Chili.Opf3 Send comments on this topic.
Item Property
See Also 
Chili.Opf3.Mapping Namespace > IMemberInfoCollection Interface : Item Property




index
The index of the item that is returned.
Returns the item at the given index.

Syntax

Visual Basic (Declaration) 
Overridable ReadOnly Default Property Item( _
   ByVal index As Integer _
) As IMemberInfo
Visual Basic (Usage)Copy Code
Dim instance As IMemberInfoCollection
Dim index As Integer
Dim value As IMemberInfo
 
value = instance.Item(index)
C# 
virtual IMemberInfo this[ 
   int index
]; {get;}
Managed Extensions for C++ 
__property virtual IMemberInfo* get_Item( 
   int index
);
C++/CLI 
virtual property IMemberInfo^ default [int] {
   IMemberInfo^ get(int index);
}

Parameters

index
The index of the item that is returned.

Requirements

Platforms: Windows 2000, Windows XP family, Windows Server 2003 family, Windows Vista family

See Also