Proprietà _DTE.CommandLineArguments
Ottiene una stringa che rappresenta gli argomenti della riga di comando.
Spazio dei nomi: EnvDTE
Assembly: EnvDTE (in EnvDTE.dll)
Sintassi
'Dichiarazione
ReadOnly Property CommandLineArguments As String
Get
string CommandLineArguments { get; }
property String^ CommandLineArguments {
String^ get ();
}
abstract CommandLineArguments : string
function get CommandLineArguments () : String
Valore proprietà
Tipo: System.String
Stringa che rappresenta gli argomenti della riga di comando.
Note
La stringa restituisce tutto ciò che segue il nome di programma sulla riga di comando.
Esempi
Sub CommandLineArgumentsExample()
MsgBox(DTE.CommandLineArguments)
End Sub
Sicurezza di .NET Framework
- Attendibilità totale per il chiamante immediato. Impossibile utilizzare questo membro in codice parzialmente attendibile. Per ulteriori informazioni, vedere Utilizzo di librerie da codice parzialmente attendibile.