Chili.Opf3 Send comments on this topic.
Item Property
See Also 
Chili.Opf3.Mapping Namespace > IRelatedPropertiesPairCollection 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 IRelatedPropertiesPair
Visual Basic (Usage)Copy Code
Dim instance As IRelatedPropertiesPairCollection
Dim index As Integer
Dim value As IRelatedPropertiesPair
 
value = instance.Item(index)
C# 
virtual IRelatedPropertiesPair this[ 
   int index
]; {get;}
Managed Extensions for C++ 
__property virtual IRelatedPropertiesPair* get_Item( 
   int index
);
C++/CLI 
virtual property IRelatedPropertiesPair^ default [int] {
   IRelatedPropertiesPair^ 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