CommandNavigationHelper::GetCommandNavigationOrder Method (DependencyObject^)

Visual Studio 2015
 

Gets the command navigation order for the specified element.

Namespace:   Microsoft.VisualStudio.Shell
Assembly:  Microsoft.VisualStudio.Shell.Immutable.14.0 (in Microsoft.VisualStudio.Shell.Immutable.14.0.dll)

public:
static int GetCommandNavigationOrder(
	DependencyObject^ element
)

Parameters

element
Type: System.Windows::DependencyObject^

The element.

Return Value

Type: System::Int32

The command navigation order.

Return to top
Show: