'Declaration Public Default Property Item( _ ByVal index As Integer _ ) As IdentificationMatch
'Usage Dim instance As IdentificationMatchCollection Dim index As Integer Dim value As IdentificationMatch instance.Item(index) = value value = instance.Item(index)
public IdentificationMatch this[ int index ]; {get; set;}
public: __property IdentificationMatch* get_Item int index ; public: __property void set_Item int index, IdentificationMatch* value ;
public: property IdentificationMatch^ default [int] { IdentificationMatch^ get(int index); void set (int index, IdentificationMatch^ value); }
Parameters
- index
- The zero-based index in the collection to get or set.