Gets the priority from an merge item

Namespace: AppCan.wpf.Menus
Assembly: 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
)

Return Value

Returns the priority from an merge item.

Remarks

If no priority is attached then 0 is returned

See Also