Condividi tramite


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

Vedere anche

Riferimenti

VCNMakeTool Interfaccia

Spazio dei nomi Microsoft.VisualStudio.VCProjectEngine