Version

GetItem Method (DateFilterTreeViewProxy)

Returns the item from the given collection obtained via its identifier
Syntax
'Declaration
 
Protected Function GetItem( _
   ByVal oItemCollection As System.Object, _
   ByVal oItemArg As System.Object, _
   Optional ByVal collectionParent As System.Windows.Controls.ItemsControl _
) As System.Object
protected System.object GetItem( 
   System.object oItemCollection,
   System.object oItemArg,
   System.Windows.Controls.ItemsControl collectionParent
)
protected: System.Object* GetItem( 
   System.Object* oItemCollection,
   System.Object* oItemArg,
   System.Windows.Controls.ItemsControl* collectionParent
) 

Parameters

oItemCollection
The given items collection
oItemArg
Identifier of the required item
collectionParent
Optional parent control of the collection

Return Value

Item from the given collection obtained via its identifier
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