Condividi tramite


Proprietà VCNMakeTool.ReBuildCommandLine

Ottiene o imposta la riga di comando da eseguire per il comando Rebuild (menu Build).

Spazio dei nomi:  Microsoft.VisualStudio.VCProjectEngine
Assembly:  Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)

Sintassi

'Dichiarazione
Property ReBuildCommandLine As String
string ReBuildCommandLine { get; set; }
property String^ ReBuildCommandLine {
    String^ get ();
    void set (String^ value);
}
abstract ReBuildCommandLine : string with get, set
function get ReBuildCommandLine () : String 
function set ReBuildCommandLine (value : String)

Valore proprietà

Tipo: String
Ottiene o imposta la riga di comando da eseguire per il comando Rebuild.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

VCNMakeTool Interfaccia

Spazio dei nomi Microsoft.VisualStudio.VCProjectEngine