Freigeben über


IVCBuildOptionsPage.BuildLogging Property

Definition

Gets or sets a value indicating whether build activity will be logged.

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

Property Value

true if build activity is logged; otherwise, false.

Attributes

Remarks

The default log file is BuildLog.htm. It can be found in the project's intermediate files directory.

Applies to