Version

GetSubItemIdFromFWElement Method (XamMenuBaseProxy)

Internal method that returns the unique identifier of the sub-item and the enum type of the sub-item obtained from the input Framework element
Syntax
'Declaration
 
Protected Function GetSubItemIdFromFWElement( _
   ByVal fwElem As System.Windows.FrameworkElement, _
   ByRef subItemEnum As System.Enum _
) As System.Object
protected System.object GetSubItemIdFromFWElement( 
   System.Windows.FrameworkElement fwElem,
   out System.Enum subItemEnum
)
protected: System.Object* GetSubItemIdFromFWElement( 
   System.Windows.FrameworkElement* fwElem,
   [PARAMFLAG::Out] System.Enum* subItemEnum
) 

Parameters

fwElem
Input Framework element from which the sub-item needs to be obtained
subItemEnum
Enum type of the sub-item

Return Value

The unique identifier of the sub-item and the enum type of the sub-item obtained from the input Framework element
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