CommandRouting Class
Visual Studio 2015
Provides an alternate way of routing Visual Studio commands.
Assembly: Microsoft.VisualStudio.Editor (in Microsoft.VisualStudio.Editor.dll)
| Name | Description | |
|---|---|---|
![]() ![]() | GetInterceptsCommandRouting(DependencyObject) | Gets the value of the InterceptsCommandRouting on a DependencyObject. |
![]() ![]() | SetInterceptsCommandRouting(DependencyObject, Boolean) | Sets the value of the InterceptsCommandRouting on a DependencyObject. |
| Name | Description | |
|---|---|---|
![]() ![]() | InterceptsCommandRouting | 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. |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show:


