IVCBuildOptionsPage.ShowEnvironmentInBuildLog Property

Gets or sets a value indicating whether to echo environment variables to the build log during builds of Visual C++ projects.

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

Syntax

'Declaration
Property ShowEnvironmentInBuildLog As Boolean
'Usage
Dim instance As IVCBuildOptionsPage 
Dim value As Boolean 

value = instance.ShowEnvironmentInBuildLog

instance.ShowEnvironmentInBuildLog = value
bool ShowEnvironmentInBuildLog { get; set; }
property bool ShowEnvironmentInBuildLog {
    bool get ();
    void set (bool value);
}
function get ShowEnvironmentInBuildLog () : boolean 
function set ShowEnvironmentInBuildLog (value : boolean)

Property Value

Type: System.Boolean
true if environment information is included in the build log; otherwise, false.

.NET Framework Security

See Also

Reference

IVCBuildOptionsPage Interface

IVCBuildOptionsPage Members

Microsoft.VisualStudio.VCProject Namespace