共用方式為


VCFxCopTool2.IgnoreBuiltInRules 屬性

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

語法

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

屬性值

類型:Boolean

.NET Framework 安全性

請參閱

參考

VCFxCopTool2 介面

Microsoft.VisualStudio.VCProjectEngine 命名空間