Proprietà VCNMakeTool.BuildCommandLine
Ottiene o imposta la riga di comando da eseguire per il comando Build (menu Build).
Spazio dei nomi: Microsoft.VisualStudio.VCProjectEngine
Assembly: Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)
Sintassi
'Dichiarazione
Property BuildCommandLine As String
string BuildCommandLine { get; set; }
property String^ BuildCommandLine {
String^ get ();
void set (String^ value);
}
abstract BuildCommandLine : string with get, set
function get BuildCommandLine () : String
function set BuildCommandLine (value : String)
Valore proprietà
Tipo: String
Riga di comando da eseguire per il comando Build.
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.