Proprietà DTEClass.CommandLineArguments
Questa API supporta l'infrastruttura .NET Framework e non deve essere utilizzata direttamente dal codice.
Per ulteriori informazioni su questa proprietà, fare riferimento a CommandLineArguments.
Spazio dei nomi: EnvDTE
Assembly: EnvDTE (in EnvDTE.dll)
Sintassi
'Dichiarazione
Public Overridable ReadOnly Property CommandLineArguments As String
public virtual string CommandLineArguments { get; }
public:
virtual property String^ CommandLineArguments {
String^ get ();
}
abstract CommandLineArguments : string with get
override CommandLineArguments : string with get
function get CommandLineArguments () : String
Valore proprietà
Tipo: String
Argomenti della riga di comando.
Implementa
Sicurezza di .NET Framework
- Attendibilità totale per il chiamante immediato. Impossibile utilizzare questo membro in codice parzialmente attendibile. Per altre informazioni, vedere Utilizzo di librerie da codice parzialmente attendibile.