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. Его можно найти в каталоге промежуточных файлов проекта.

Применяется к