VSCommands::ExecuteCommand Field

 

Executes a Visual Studio command table command.

Namespace:   Microsoft.VisualStudio.Shell
Assembly:  Microsoft.VisualStudio.Shell.Immutable.11.0 (in Microsoft.VisualStudio.Shell.Immutable.11.0.dll)

public:
static initonly RoutedCommand^ ExecuteCommand

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").

Return to top
Show: