次の方法で共有


CommandRouting.InterceptsCommandRouting Field

Definition

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.

public: static initonly System::Windows::DependencyProperty ^ InterceptsCommandRouting;
public static readonly System.Windows.DependencyProperty InterceptsCommandRouting;
 staticval mutable InterceptsCommandRouting : System.Windows.DependencyProperty
Public Shared ReadOnly InterceptsCommandRouting As DependencyProperty 

Field Value

Remarks

This property affects behavior only when the owning element has keyboard focus.

Applies to