VCFxCopTool2 接口

命名空间:  Microsoft.VisualStudio.VCProjectEngine
程序集:  Microsoft.VisualStudio.VCProjectEngine(在 Microsoft.VisualStudio.VCProjectEngine.dll 中)

语法

声明
<GuidAttribute("1B808403-E9EA-40B7-8F0F-C23E1677CAB2")> _
Public Interface VCFxCopTool2 _
    Inherits VCFxCopTool
[GuidAttribute("1B808403-E9EA-40B7-8F0F-C23E1677CAB2")]
public interface VCFxCopTool2 : VCFxCopTool
[GuidAttribute(L"1B808403-E9EA-40B7-8F0F-C23E1677CAB2")]
public interface class VCFxCopTool2 : VCFxCopTool
[<GuidAttribute("1B808403-E9EA-40B7-8F0F-C23E1677CAB2")>]
type VCFxCopTool2 =  
    interface
        interface VCFxCopTool
    end
public interface VCFxCopTool2 extends VCFxCopTool

VCFxCopTool2 类型公开以下成员。

属性

  名称 说明
公共属性 Culture
公共属性 Dictionaries
公共属性 EnableFxCop
公共属性 ExecutionBucket
公共属性 FailOnMissingRules
公共属性 FxCopModuleSuppressionsFile
公共属性 FxCopUseTypeNameInSuppression
公共属性 IgnoreBuiltInRules
公共属性 IgnoreBuiltInRuleSets
公共属性 IgnoreGeneratedCode
公共属性 InputAssemblyFileName
公共属性 OutputFile
公共属性 OverrideRuleVisibilities
公共属性 RuleAssemblies
公共属性 RuleDirectories
公共属性 Rules
公共属性 RuleSet
公共属性 RuleSetDirectories
公共属性 ToolKind
公共属性 toolName
公共属性 ToolPath
公共属性 VCProjectEngine

页首

请参见

参考

Microsoft.VisualStudio.VCProjectEngine 命名空间