Version

GetCollectionItem Method (XamPivotGridProxy)

Returns the item of the collection at the specified index
Syntax
'Declaration
 
Protected Overrides Function GetCollectionItem( _
   ByVal oItemCollection As System.Object, _
   ByVal iItemIndex As System.Integer _
) As System.Object
protected override System.object GetCollectionItem( 
   System.object oItemCollection,
   System.int iItemIndex
)
protected: System.Object* GetCollectionItem( 
   System.Object* oItemCollection,
   System.int iItemIndex
) override 

Parameters

oItemCollection
The input collection
iItemIndex
Index of the item

Return Value

Returns the item of the collection at the specified index
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also