Condividi tramite


Proprietà IVCBuildOptionsPage.ShowEnvironmentInBuildLog

Ottiene o imposta un valore che indica se restituire le variabili di ambiente al log di compilazione durante le compilazioni dei progetti Visual C++.

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

Sintassi

'Dichiarazione
Property ShowEnvironmentInBuildLog As Boolean
bool ShowEnvironmentInBuildLog { get; set; }
property bool ShowEnvironmentInBuildLog {
    bool get ();
    void set (bool value);
}
abstract ShowEnvironmentInBuildLog : bool with get, set
function get ShowEnvironmentInBuildLog () : boolean 
function set ShowEnvironmentInBuildLog (value : boolean)

Valore proprietà

Tipo: Boolean
true se le informazioni sull'ambiente sono incluse nel log di compilazione; in caso contrario, false.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

IVCBuildOptionsPage Interfaccia

Spazio dei nomi Microsoft.VisualStudio.VCProject