IVCBuildOptionsPage.BuildLogging 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置一个值,该值指示是否将记录生成活动。
public:
property bool BuildLogging { bool get(); void set(bool value); };
public:
property bool BuildLogging { bool get(); void set(bool value); };
[System.Runtime.InteropServices.DispId(200)]
public bool BuildLogging { [System.Runtime.InteropServices.DispId(200)] get; [System.Runtime.InteropServices.DispId(200)] set; }
[<System.Runtime.InteropServices.DispId(200)>]
[<get: System.Runtime.InteropServices.DispId(200)>]
[<set: System.Runtime.InteropServices.DispId(200)>]
member this.BuildLogging : bool with get, set
Public Property BuildLogging As Boolean
属性值
true 如果记录生成活动,则为;否则为 false 。
- 属性
注解
默认的日志文件是 BuildLog.htm。 它可在项目的 "中间文件" 目录中找到。