DTEClass.ExecuteCommand Method
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
For more information on this method, refer to ExecuteCommand.
Namespace: EnvDTE
Assembly: EnvDTE (in EnvDTE.dll)
Syntax
'Declaration
Public Overridable Sub ExecuteCommand ( _
CommandName As String, _
CommandArgs As String _
)
public virtual void ExecuteCommand(
string CommandName,
string CommandArgs
)
public:
virtual void ExecuteCommand(
[InAttribute] String^ CommandName,
[InAttribute] String^ CommandArgs
)
abstract ExecuteCommand :
CommandName:string *
CommandArgs:string -> unit
override ExecuteCommand :
CommandName:string *
CommandArgs:string -> unit
public function ExecuteCommand(
CommandName : String,
CommandArgs : String
)
Parameters
CommandName
Type: System.StringThe name of the command.
CommandArgs
Type: System.StringThe command line arguments.
Implements
_DTE.ExecuteCommand(String, String)
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.