VSCommands.ExecuteCommand Field

Definition

Executes a Visual Studio command table command.

public: static initonly System::Windows::Input::RoutedCommand ^ ExecuteCommand;
public static readonly System.Windows.Input.RoutedCommand ExecuteCommand;
 staticval mutable ExecuteCommand : System.Windows.Input.RoutedCommand
Public Shared ReadOnly ExecuteCommand As RoutedCommand 

Field Value

Remarks

The CommandParameter for this command is a string consisting of the VS command's canonical name optionally followed by the VS command's parameters (e.g. "File.Open readme.txt").

Applies to