IVCBuildOptionsPage.BuildLogging Eigenschaft

Definition

Ruft einen Wert ab, der angibt, ob Buildaktivität protokolliert wird, oder legt diesen fest

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

Eigenschaftswert

Boolean

true , wenn die Buildaktivität protokolliert wird. andernfalls false .

Attribute

Hinweise

Die Standardprotokoll Datei ist BuildLog.htm. Sie befindet sich im zwischen Dateiverzeichnis des Projekts.

Gilt für