VCFxCopTool2 Interface

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

Syntax

'Declaration
<GuidAttribute("CE62CB93-4780-4C0C-905F-463C77961E0A")> _
Public Interface VCFxCopTool2 _
    Inherits VCFxCopTool
[GuidAttribute("CE62CB93-4780-4C0C-905F-463C77961E0A")]
public interface VCFxCopTool2 : VCFxCopTool
[GuidAttribute(L"CE62CB93-4780-4C0C-905F-463C77961E0A")]
public interface class VCFxCopTool2 : VCFxCopTool
[<GuidAttribute("CE62CB93-4780-4C0C-905F-463C77961E0A")>]
type VCFxCopTool2 =  
    interface
        interface VCFxCopTool
    end
public interface VCFxCopTool2 extends VCFxCopTool

The VCFxCopTool2 type exposes the following members.

Properties

  Name Description
Public property Culture Infrastructure. Microsoft Internal Use Only. (Inherited from VCFxCopTool.)
Public property Culture
Public property Dictionaries Infrastructure. Microsoft Internal Use Only. (Inherited from VCFxCopTool.)
Public property Dictionaries
Public property EnableFxCop Infrastructure. Microsoft Internal Use Only. (Inherited from VCFxCopTool.)
Public property EnableFxCop
Public property ExecutionBucket Infrastructure. Microsoft Internal Use Only. (Inherited from VCFxCopTool.)
Public property ExecutionBucket
Public property FailOnMissingRules
Public property FxCopModuleSuppressionsFile Infrastructure. Microsoft Internal Use Only. (Inherited from VCFxCopTool.)
Public property FxCopModuleSuppressionsFile
Public property FxCopUseTypeNameInSuppression Infrastructure. Microsoft Internal Use Only. (Inherited from VCFxCopTool.)
Public property FxCopUseTypeNameInSuppression
Public property IgnoreBuiltInRules
Public property IgnoreBuiltInRuleSets
Public property IgnoreGeneratedCode Infrastructure. Microsoft Internal Use Only. (Inherited from VCFxCopTool.)
Public property IgnoreGeneratedCode
Public property InputAssemblyFileName Infrastructure. Microsoft Internal Use Only. (Inherited from VCFxCopTool.)
Public property InputAssemblyFileName
Public property OutputFile Infrastructure. Microsoft Internal Use Only. (Inherited from VCFxCopTool.)
Public property OutputFile
Public property OverrideRuleVisibilities Infrastructure. Microsoft Internal Use Only. (Inherited from VCFxCopTool.)
Public property OverrideRuleVisibilities
Public property RuleAssemblies Infrastructure. Microsoft Internal Use Only. (Inherited from VCFxCopTool.)
Public property RuleAssemblies
Public property RuleDirectories
Public property Rules Infrastructure. Microsoft Internal Use Only. (Inherited from VCFxCopTool.)
Public property Rules
Public property RuleSet
Public property RuleSetDirectories
Public property ToolKind Infrastructure. Microsoft Internal Use Only. (Inherited from VCFxCopTool.)
Public property ToolKind
Public property toolName Infrastructure. Microsoft Internal Use Only. (Inherited from VCFxCopTool.)
Public property toolName
Public property ToolPath Infrastructure. Microsoft Internal Use Only. (Inherited from VCFxCopTool.)
Public property ToolPath
Public property VCProjectEngine Infrastructure. Microsoft Internal Use Only. (Inherited from VCFxCopTool.)
Public property VCProjectEngine

Top

See Also

Reference

Microsoft.VisualStudio.VCProjectEngine Namespace