Version

ParseGalleryItemId Method

Syntax
'Declaration
 
Protected Function ParseGalleryItemId( _
   ByVal oGalleryItemId() As System.Object, _
   ByRef retVal As System.Object _
) As XamRibbonProxy.GalleryItemArgs
protected XamRibbonProxy.GalleryItemArgs ParseGalleryItemId( 
   System.object[] oGalleryItemId,
   ref System.object retVal
)
protected: XamRibbonProxy.GalleryItemArgs* ParseGalleryItemId( 
   System.Object*[]* oGalleryItemId,
   ref System.Object* retVal
) 

Parameters

oGalleryItemId
retVal
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