Share via


CommandRouting.InterceptsCommandRouting Field

If true, prevents Visual Studio commands from being routed to the active command target, and instead causes raw WPF input to be routed to the element itself. Otherwise, commands executed in the Shell will follow their regular routing process.

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

Syntax

'Declaration
Public Shared ReadOnly InterceptsCommandRouting As DependencyProperty
public static readonly DependencyProperty InterceptsCommandRouting
public:
static initonly DependencyProperty^ InterceptsCommandRouting
static val InterceptsCommandRouting: DependencyProperty
public static final var InterceptsCommandRouting : DependencyProperty

.NET Framework Security

See Also

Reference

CommandRouting Class

Microsoft.VisualStudio.Editor Namespace