VCFxCopTool2 Interface

Namespace:  Microsoft.VisualStudio.VCProjectEngine
Assembly:  Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)

Syntax

'Declaration
<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

The VCFxCopTool2 type exposes the following members.

Properties

  Name Description
Public property Culture
Public property Dictionaries
Public property EnableFxCop
Public property ExecutionBucket
Public property FailOnMissingRules
Public property FxCopModuleSuppressionsFile
Public property FxCopUseTypeNameInSuppression
Public property IgnoreBuiltInRules
Public property IgnoreBuiltInRuleSets
Public property IgnoreGeneratedCode
Public property InputAssemblyFileName
Public property OutputFile
Public property OverrideRuleVisibilities
Public property RuleAssemblies
Public property RuleDirectories
Public property Rules
Public property RuleSet
Public property RuleSetDirectories
Public property ToolKind
Public property toolName
Public property ToolPath
Public property VCProjectEngine

Top

See Also

Reference

Microsoft.VisualStudio.VCProjectEngine Namespace