CommandRouting Class

Definition

Provides an alternate way of routing Visual Studio commands.

public ref class CommandRouting abstract sealed
public ref class CommandRouting abstract sealed
class CommandRouting abstract sealed
public static class CommandRouting
type CommandRouting = class
Public Class CommandRouting
Inheritance
CommandRouting

Fields

InterceptsCommandRouting

If true, prevents Visual Studio commands to be 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.

Methods

GetInterceptsCommandRouting(DependencyObject)

Gets the value of the InterceptsCommandRouting on a DependencyObject.

SetInterceptsCommandRouting(DependencyObject, Boolean)

Sets the value of the InterceptsCommandRouting on a DependencyObject.

Applies to