Partager via


DTEClass.ExecuteCommand, méthode

Cette API prend en charge l'infrastructure .NET Framework et n'est pas destinée à être utilisée directement à partir de votre code.

Pour plus d'informations sur cette méthode, consultez ExecuteCommand.

Espace de noms :  EnvDTE
Assembly :  EnvDTE (dans EnvDTE.dll)

Syntaxe

'Déclaration
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
)

Paramètres

  • CommandName
    Type : String

    Nom de la commande.

  • CommandArgs
    Type : String

    Arguments de la ligne de commande.

Implémentations

_DTE.ExecuteCommand(String, String)

Sécurité .NET Framework

Voir aussi

Référence

DTEClass Classe

EnvDTE, espace de noms