Gets the priority from an merge item
Namespace: AppCan.wpf.MenusAssembly: AppCan.wpf (in AppCan.wpf.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C# |
---|
public static int GetPriority( DependencyObject d ) |
Visual Basic |
---|
Public Shared Function GetPriority ( _ d As DependencyObject _ ) As Integer |
Visual C++ |
---|
public: static int GetPriority( DependencyObject^ d ) |
Parameters
- d
- Type: System.Windows..::..DependencyObject
Item
Return Value
Returns the priority from an merge item.
Remarks
If no priority is attached then 0 is returned