Accusoft.TwainPro9.Net
Item Property (CapabilityContainerOneValueCollection)




A zero-based integer specifying the index in the collection to get or set.
Gets or sets the element at the given index.
Syntax
'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 indexCapabilityContainerOneValue^ value);
}

Parameters

index
A zero-based integer specifying the index in the collection to get or set.

Property Value

A CapabilityContainerOneValue object to get or set at the given index value.
Remarks

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.

See Also

Reference

CapabilityContainerOneValueCollection Class
CapabilityContainerOneValueCollection Members

 

 


©2017. Accusoft Corporation. All Rights Reserved.

Send Feedback