ComponentOne Windows 7 Control Pack for WinForms
Item(Int32) Property



C1.Win.C1Win7Pack.4 Assembly > C1.Win.C1Win7Pack Namespace > JumpTaskCollection Class > Item Property : Item(Int32) Property
Gets or sets the C1JumpTask at the specified position in the collection.
Syntax
Public Overloads Property Item( _
   ByVal index As Integer _
) As C1JumpTask
Dim instance As JumpTaskCollection
Dim index As Integer
Dim value As C1JumpTask
 
instance.Item(index) = value
 
value = instance.Item(index)
public C1JumpTask Item( 
   int index
) {get; set;}
public:
property C1JumpTask^ Item {
   C1JumpTask^ get(int index);
   void set (int indexC1JumpTask^ value);
}

Parameters

index
See Also

Reference

JumpTaskCollection Class
JumpTaskCollection Members
Overload List