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
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
- 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.