IVCBuildOptionsPage.ShowEnvironmentInBuildLog Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets a value indicating whether to echo environment variables to the build log during builds of Visual C++ projects.
public:
property bool ShowEnvironmentInBuildLog { bool get(); void set(bool value); };
public:
property bool ShowEnvironmentInBuildLog { bool get(); void set(bool value); };
[System.Runtime.InteropServices.DispId(226)]
public bool ShowEnvironmentInBuildLog { [System.Runtime.InteropServices.DispId(226)] get; [System.Runtime.InteropServices.DispId(226)] set; }
[<System.Runtime.InteropServices.DispId(226)>]
[<get: System.Runtime.InteropServices.DispId(226)>]
[<set: System.Runtime.InteropServices.DispId(226)>]
member this.ShowEnvironmentInBuildLog : bool with get, set
Public Property ShowEnvironmentInBuildLog As Boolean
Property Value
true if environment information is included in the build log; otherwise, false.
- Attributes