VCProjectEngineObjectClass.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 or not to echo all environment variables into the build log during builds of Visual C++ projects.
public:
virtual property bool ShowEnvironmentInBuildLog { bool get(); void set(bool value); };
public:
virtual property bool ShowEnvironmentInBuildLog { bool get(); void set(bool value); };
[System.Runtime.InteropServices.DispId(226)]
public virtual 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 Overridable Property ShowEnvironmentInBuildLog As Boolean
Property Value
true
if all environment variables are echoed into the build log; otherwise, false
.
Implements
- Attributes
Remarks
Do not instantiate VCProjectEngineObjectClass
. Instantiate VCProjectEngineObject
instead, as shown below:
Dim Engine As VCProjectEngine
Engine = New VCProjectEngineObject()