Accusoft.TwainProSdk Namespace > CapabilityContainerOneValueCollection Class : Item Property |
'Declaration <BrowsableAttribute(False)> <DescriptionAttribute("Gets or sets the element at the given index.")> <DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)> Public Default Property Item( _ ByVal index As Integer _ ) As CapabilityContainerOneValue
'Usage Dim instance As CapabilityContainerOneValueCollection Dim index As Integer Dim value As CapabilityContainerOneValue instance.Item(index) = value value = instance.Item(index)
[Browsable(false)] [Description("Gets or sets the element at the given index.")] [DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)] public CapabilityContainerOneValue this[ int index ]; {get; set;}
[Browsable(false)] [Description("Gets or sets the element at the given index.")] [DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)] public: __property CapabilityContainerOneValue* get_Item int index ; public: __property void set_Item int index, CapabilityContainerOneValue* value ;
[Browsable(false)] [Description("Gets or sets the element at the given index.")] [DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)] public: property CapabilityContainerOneValue^ default [int] { CapabilityContainerOneValue^ get(int index); void set (int index, CapabilityContainerOneValue^ value); }
This method implements a standard collection operation. It is the principle method to use to read or change elements in the collection. You can read or modify any element in the collection with this method.