Freigeben über


IVCBuildOptionsPage.ShowEnvironmentInBuildLog-Eigenschaft

Ruft einen Wert ab, der angibt, ob während Builds von Visual C++-Projekten Umgebungsvariablen als Echo an das Buildprotokoll zurückgegeben werden, oder legt diesen fest.

Namespace:  Microsoft.VisualStudio.VCProject
Assembly:  Microsoft.VisualStudio.VCProject (in Microsoft.VisualStudio.VCProject.dll)

Syntax

'Declaration
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)

Eigenschaftswert

Typ: Boolean
true , wenn Umgebungsinformationen im Buildprotokoll enthalten sind; andernfalls false.

.NET Framework-Sicherheit

Siehe auch

Referenz

IVCBuildOptionsPage Schnittstelle

Microsoft.VisualStudio.VCProject-Namespace