WebSiteProperties4.CodeAnalysisIgnoreBuiltInRuleSets 屬性

 

發佈時間: 2016年4月

取得或設定值,該值表示此網站專案是否應該忽略包含預設規則組的預設規則組目錄。

命名空間:   VsWebSite100
組件:  VsWebSite.Interop100 (在 VsWebSite.Interop100.dll 中)

語法

bool CodeAnalysisIgnoreBuiltInRuleSets { get; set; }
property bool CodeAnalysisIgnoreBuiltInRuleSets {
    bool get();
    void set(bool value);
}
abstract CodeAnalysisIgnoreBuiltInRuleSets : bool with get, set
Property CodeAnalysisIgnoreBuiltInRuleSets As Boolean

屬性值

Type: System.Boolean

如果此專案應該忽略預設規則目錄組,則為 true,否則為 false

請參閱

WebSiteProperties4 介面
VsWebSite100 命名空間

回到頁首