Version

GetItem Method (XamRibbonProxy)

Returns the item from the given collection via its identifier
Syntax
'Declaration
 
Protected Function GetItem( _
   ByVal oItemCollection As System.Object, _
   ByVal oRibbonItemArg As System.Object _
) As System.Object
protected System.object GetItem( 
   System.object oItemCollection,
   System.object oRibbonItemArg
)
protected: System.Object* GetItem( 
   System.Object* oItemCollection,
   System.Object* oRibbonItemArg
) 

Parameters

oItemCollection
The given items collection
oRibbonItemArg
Identifier of the Ribbon item

Return Value

Returns the item from the given collection 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