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("640434C9-8278-40F1-B435-A97B2D7FB0EF")> _
Public Interface VCFxCopTool
[GuidAttribute("640434C9-8278-40F1-B435-A97B2D7FB0EF")]
public interface VCFxCopTool
[GuidAttribute(L"640434C9-8278-40F1-B435-A97B2D7FB0EF")]
public interface class VCFxCopTool
[<GuidAttribute("640434C9-8278-40F1-B435-A97B2D7FB0EF")>]
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