共用方式為


IVCBuildOptionsPage.BuildLogging 屬性

取得或設定值,指出是否建置動作都會被記錄下來。

命名空間:  Microsoft.VisualStudio.VCProject
組件:  Microsoft.VisualStudio.VCProject (在 Microsoft.VisualStudio.VCProject.dll 中)

語法

'宣告
Property BuildLogging As Boolean
bool BuildLogging { get; set; }
property bool BuildLogging {
    bool get ();
    void set (bool value);
}
abstract BuildLogging : bool with get, set
function get BuildLogging () : boolean
function set BuildLogging (value : boolean)

屬性值

型別:System.Boolean
true 如果組建已記錄活動。 否則, false。

備註

預設的記錄檔是 BuildLog.htm。 它可以找到專案的中繼檔案目錄中。

.NET Framework 安全性

請參閱

參考

IVCBuildOptionsPage 介面

Microsoft.VisualStudio.VCProject 命名空間