DTEClass.ExecuteCommand(String, String) Method
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.
For more information on this method, refer to ExecuteCommand(String, String).
This API supports the product infrastructure and is not intended to be used directly from your code.
virtual void ExecuteCommand(std::wstring const & CommandName, std::wstring const & CommandArgs = "");
[System.Runtime.InteropServices.DispId(222)]
public virtual void ExecuteCommand (string CommandName, string CommandArgs = "");
[<System.Runtime.InteropServices.DispId(222)>]
abstract member ExecuteCommand : string * string -> unit
override this.ExecuteCommand : string * string -> unit
Public Overridable Sub ExecuteCommand (CommandName As String, Optional CommandArgs As String = "")
Parameters
- CommandName
- String
The name of the command.
- CommandArgs
- String
The command line arguments.
Implements
- Attributes