CommandNavigationHelper::SetIsCommandNavigable Method (DependencyObject^, Boolean)

Visual Studio 2015
 

Determines whether or not 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 void SetIsCommandNavigable(
	DependencyObject^ element,
	bool value
)

Parameters

element
Type: System.Windows::DependencyObject^

The element.

value
Type: System::Boolean

True if the command is navigable, otherwise false.

Return to top
Show: