Version

GetCollectionItem Method (OlapViewModelProxy)

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

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