Version

GetItemId Method (DateFilterTreeViewProxy)

Returns the identifier of the specified item from the input collection
Syntax
'Declaration
 
Protected Function GetItemId( _
   ByVal oItemCollection As System.Object, _
   ByVal oReferenceItem As System.Object, _
   Optional ByVal collectionParent As System.Windows.Controls.ItemsControl _
) As System.Object
protected System.object GetItemId( 
   System.object oItemCollection,
   System.object oReferenceItem,
   System.Windows.Controls.ItemsControl collectionParent
)
protected: System.Object* GetItemId( 
   System.Object* oItemCollection,
   System.Object* oReferenceItem,
   System.Windows.Controls.ItemsControl* collectionParent
) 

Parameters

oItemCollection
The input collection
oReferenceItem
The specified item
collectionParent
Optional parent control of the collection

Return Value

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