VSCommands::ExecuteCommand Field
Visual Studio 2015
Executes a Visual Studio command table command.
Assembly: Microsoft.VisualStudio.Shell.Immutable.11.0 (in Microsoft.VisualStudio.Shell.Immutable.11.0.dll)
Field Value
Type: System.Windows.Input::RoutedCommand^The command parameter for this command is a string consisting of the Visual Studio command's canonical name optionally followed by the Visual Studio command's parameters (for example, "File.Open readme.txt").
Show: