共用方式為


VCFxCopTool2.IgnoreBuiltInRuleSets 屬性

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

語法

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

屬性值

類型:Boolean

.NET Framework 安全性

請參閱

參考

VCFxCopTool2 介面

Microsoft.VisualStudio.VCProjectEngine 命名空間