Proprietà DTE2.CommandLineArguments
Ottiene una stringa che rappresenta gli argomenti della riga di comando.
Spazio dei nomi: EnvDTE80
Assembly: EnvDTE80 (in EnvDTE80.dll)
Sintassi
'Dichiarazione
ReadOnly Property CommandLineArguments As String
string CommandLineArguments { get; }
property String^ CommandLineArguments {
String^ get ();
}
abstract CommandLineArguments : string
function get CommandLineArguments () : String
Valore proprietà
Tipo: System.String
Gli argomenti della riga di comando.
Note
La stringa restituisce tutti elencati dopo il nome del programma nella riga di comando.
Esempi
Sub CommandLineArgumentsExample()
MsgBox(DTE2.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.