Partager via


DTE2.CommandLineArguments, propriété

Obtient une chaîne représentant les arguments de la ligne de commande.

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

Syntaxe

'Déclaration
ReadOnly Property CommandLineArguments As String
string CommandLineArguments { get; }
property String^ CommandLineArguments {
    String^ get ();
}
abstract CommandLineArguments : string with get
function get CommandLineArguments () : String

Valeur de propriété

Type : String
Arguments de la ligne de commande.

Notes

La chaîne retourne tout ce qui est énuméré après le nom du programme dans la ligne de commande.

Exemples

Sub CommandLineArgumentsExample()
  MsgBox(DTE2.CommandLineArguments)
End Sub

Sécurité .NET Framework

Voir aussi

Référence

DTE2 Interface

EnvDTE80, espace de noms