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
    Get
string CommandLineArguments { get; }
property String^ CommandLineArguments {
    String^ get ();
}
abstract CommandLineArguments : string
function get CommandLineArguments () : String

Valeur de propriété

Type : System.String
Arguments de la ligne de commande.

Implémentations

_DTE.CommandLineArguments

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

CommandLineArguments, surcharge

EnvDTE80, espace de noms