IVCBuildOptionsPage.BuildLogging 属性

定义

获取或设置一个值,该值指示是否将记录生成活动。

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

属性值

Boolean

true 如果记录生成活动,则为;否则为 false

属性

注解

默认的日志文件是 BuildLog.htm。 它可在项目的 "中间文件" 目录中找到。

适用于