Proprietà VCDebugSettings.ApplicationCommand
Ottiene o imposta il nome dell'applicazione nella quale eseguire il debug.
Spazio dei nomi: Microsoft.VisualStudio.VCProjectEngine
Assembly: Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)
Sintassi
'Dichiarazione
Property ApplicationCommand As String
string ApplicationCommand { get; set; }
property String^ ApplicationCommand {
String^ get ();
void set (String^ value);
}
abstract ApplicationCommand : string with get, set
function get ApplicationCommand () : String
function set ApplicationCommand (value : String)
Valore proprietà
Tipo: String
Stringa contenente il nome dell'applicazione.
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.