VSCommands.ExecuteCommand Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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").