IVCBuildOptionsPage.ShowEnvironmentInBuildLog 属性

定义

获取或设置一个值,该值指示是否在项目生成期间将环境变量回显到生成日志 Visual C++ 。

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

属性值

Boolean

true 如果生成日志中包含环境信息,则为;否则为 false

属性

适用于