CommandNavigationHelper::GetIsCommandNavigable Method (DependencyObject^)

Visual Studio 2015
 

Determins whether the command is navigable.

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

public:
static bool GetIsCommandNavigable(
	DependencyObject^ element
)

Parameters

element
Type: System.Windows::DependencyObject^

The element.

Return Value

Type: System::Boolean

True if the command is navigable, otherwise false.

Return to top
Show: