DTEClass.ExecuteCommand(String, String) Method

Definition

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

Applies to