VCFxCopTool Interface
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Microsoft Internal Use Only.
Namespace: Microsoft.VisualStudio.VCProjectEngine
Assembly: Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)
Syntax
'Declaration
<GuidAttribute("E7807446-3E4A-439B-AC3E-6C0D40876966")> _
Public Interface VCFxCopTool
[GuidAttribute("E7807446-3E4A-439B-AC3E-6C0D40876966")]
public interface VCFxCopTool
[GuidAttribute(L"E7807446-3E4A-439B-AC3E-6C0D40876966")]
public interface class VCFxCopTool
[<GuidAttribute("E7807446-3E4A-439B-AC3E-6C0D40876966")>]
type VCFxCopTool = interface end
public interface VCFxCopTool
The VCFxCopTool type exposes the following members.
Properties
Name | Description | |
---|---|---|
Culture | Infrastructure. Microsoft Internal Use Only. | |
Dictionaries | Infrastructure. Microsoft Internal Use Only. | |
EnableFxCop | Infrastructure. Microsoft Internal Use Only. | |
ExecutionBucket | Infrastructure. Microsoft Internal Use Only. | |
FxCopModuleSuppressionsFile | Infrastructure. Microsoft Internal Use Only. | |
FxCopUseTypeNameInSuppression | Infrastructure. Microsoft Internal Use Only. | |
IgnoreGeneratedCode | Infrastructure. Microsoft Internal Use Only. | |
InputAssemblyFileName | Infrastructure. Microsoft Internal Use Only. | |
OutputFile | Infrastructure. Microsoft Internal Use Only. | |
OverrideRuleVisibilities | Infrastructure. Microsoft Internal Use Only. | |
RuleAssemblies | Infrastructure. Microsoft Internal Use Only. | |
Rules | Infrastructure. Microsoft Internal Use Only. | |
ToolKind | Infrastructure. Microsoft Internal Use Only. | |
toolName | Infrastructure. Microsoft Internal Use Only. | |
ToolPath | Infrastructure. Microsoft Internal Use Only. | |
VCProjectEngine | Infrastructure. Microsoft Internal Use Only. |
Top