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 : System.String
Nom de la commande.
- CommandArgs
Type : System.String
Arguments de la ligne de commande.
Implémentations
_DTE.ExecuteCommand(String, String)
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.