Namespace:  Microsoft.VisualStudio.VCProjectEngine
Assembly:  Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)
Syntax
声明
<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 | |
|---|---|---|
| .gif) | Culture | Infrastructure. Microsoft Internal Use Only. (Inherited from VCFxCopTool.) | 
| .gif) | Culture | |
| .gif) | Dictionaries | Infrastructure. Microsoft Internal Use Only. (Inherited from VCFxCopTool.) | 
| .gif) | Dictionaries | |
| .gif) | EnableFxCop | Infrastructure. Microsoft Internal Use Only. (Inherited from VCFxCopTool.) | 
| .gif) | EnableFxCop | |
| .gif) | ExecutionBucket | Infrastructure. Microsoft Internal Use Only. (Inherited from VCFxCopTool.) | 
| .gif) | ExecutionBucket | |
| .gif) | FailOnMissingRules | |
| .gif) | FxCopModuleSuppressionsFile | Infrastructure. Microsoft Internal Use Only. (Inherited from VCFxCopTool.) | 
| .gif) | FxCopModuleSuppressionsFile | |
| .gif) | FxCopUseTypeNameInSuppression | Infrastructure. Microsoft Internal Use Only. (Inherited from VCFxCopTool.) | 
| .gif) | FxCopUseTypeNameInSuppression | |
| .gif) | IgnoreBuiltInRules | |
| .gif) | IgnoreBuiltInRuleSets | |
| .gif) | IgnoreGeneratedCode | Infrastructure. Microsoft Internal Use Only. (Inherited from VCFxCopTool.) | 
| .gif) | IgnoreGeneratedCode | |
| .gif) | InputAssemblyFileName | Infrastructure. Microsoft Internal Use Only. (Inherited from VCFxCopTool.) | 
| .gif) | InputAssemblyFileName | |
| .gif) | OutputFile | Infrastructure. Microsoft Internal Use Only. (Inherited from VCFxCopTool.) | 
| .gif) | OutputFile | |
| .gif) | OverrideRuleVisibilities | Infrastructure. Microsoft Internal Use Only. (Inherited from VCFxCopTool.) | 
| .gif) | OverrideRuleVisibilities | |
| .gif) | RuleAssemblies | Infrastructure. Microsoft Internal Use Only. (Inherited from VCFxCopTool.) | 
| .gif) | RuleAssemblies | |
| .gif) | RuleDirectories | |
| .gif) | Rules | Infrastructure. Microsoft Internal Use Only. (Inherited from VCFxCopTool.) | 
| .gif) | Rules | |
| .gif) | RuleSet | |
| .gif) | RuleSetDirectories | |
| .gif) | ToolKind | Infrastructure. Microsoft Internal Use Only. (Inherited from VCFxCopTool.) | 
| .gif) | ToolKind | |
| .gif) | toolName | Infrastructure. Microsoft Internal Use Only. (Inherited from VCFxCopTool.) | 
| .gif) | toolName | |
| .gif) | ToolPath | Infrastructure. Microsoft Internal Use Only. (Inherited from VCFxCopTool.) | 
| .gif) | ToolPath | |
| .gif) | VCProjectEngine | Infrastructure. Microsoft Internal Use Only. (Inherited from VCFxCopTool.) | 
| .gif) | VCProjectEngine | 
Top