CommandRouting::GetInterceptsCommandRouting Method (DependencyObject^)

 

Gets the value of the InterceptsCommandRouting on a DependencyObject.

Namespace:   Microsoft.VisualStudio.Editor
Assembly:  Microsoft.VisualStudio.Editor (in Microsoft.VisualStudio.Editor.dll)

public:
static bool GetInterceptsCommandRouting(
	DependencyObject^ element
)

Parameters

element
Type: System.Windows::DependencyObject^

The element from which to read the property value.

Return Value

Type: System::Boolean

The value of the < F:Microsoft.VisualStudio.Editor.CommandRouting.InterceptsCommandRouting.

Return to top
Show: