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

Implements

_DTE.ExecuteCommand(String, String)

.NET Framework Security

See Also

Reference

DTEClass Class

EnvDTE Namespace