Version

GetItemId<T> Method (OlapViewModelProxy)

Returns the identifier of the specified item from the input collection
Syntax
'Declaration
 
Protected Function GetItemId(Of T)( _
   ByVal oItemCollection As System.Object, _
   ByVal referenceItem As T, _
   Optional ByVal container As System.Windows.Controls.ItemContainerGenerator, _
   Optional ByVal bRecordItemsByIndex As System.Nullable(Of Boolean) _
) As System.Object
protected System.object GetItemId<T>( 
   System.object oItemCollection,
   T referenceItem,
   System.Windows.Controls.ItemContainerGenerator container,
   System.Nullable<bool> bRecordItemsByIndex
)
protected: System.Object* GetItemId<T>( 
   System.Object* oItemCollection,
   T* referenceItem,
   System.Windows.Controls.ItemContainerGenerator* container,
   System.Nullable<bool> bRecordItemsByIndex
) 

Parameters

oItemCollection
The input collection
referenceItem
The specified item
container
Optional ItemContainerGenerator for the item
bRecordItemsByIndex

Type Parameters

T
Type of the specified item

Return Value

Returns the identifier of the specified item from the input collection
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