Version

SetMenuItemIdentifier Method

Sets the path identifier of the selected XamMenuBase item consisting of its visible index and/or header if any
Syntax
'Declaration
 
Protected Sub SetMenuItemIdentifier( _
   ByVal oItemIdentifier As System.Object, _
   ByRef sMenuItemIdentifier As System.Collections.Generic.List(Of Object) _
) 
protected void SetMenuItemIdentifier( 
   System.object oItemIdentifier,
   ref System.Collections.Generic.List<object> sMenuItemIdentifier
)
protected: void SetMenuItemIdentifier( 
   System.Object* oItemIdentifier,
   ref System.Collections.Generic.List<Object*>* sMenuItemIdentifier
) 

Parameters

oItemIdentifier
Unique identifier of the XamMenuBase item
sMenuItemIdentifier
List containing all the items in the path that leads to the selected XamMenuBase item
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