Item at the specified index in the Items Collection.
[Visual Basic 6.0] Property Item(
ByVal index As Long _
) As IArcInfoItem
[Visual Basic .NET] Public Function get_Item ( _ ByVal index As Integer _ ) As IArcInfoItem
[C#] public IArcInfoItem get_Item ( int index );
[Java] public IArcInfoItem getItem ( Long index )
[C++] HRESULT get_Item( long index, IArcInfoItem** Item );
Parameters
index [in]
index is a parameter of type long
Item [out, retval]
Item is a parameter of type IArcInfoItem