Freigeben über


VCFxCopTool.EnableFxCop-Eigenschaft

Diese API unterstützt die .NET Framework-Infrastruktur und ist nicht für die direkte Verwendung in Code bestimmt.

Nur für die interne Verwendung durch Microsoft vorgesehen.

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

Syntax

'Declaration
Property EnableFxCop As Boolean
bool EnableFxCop { get; set; }
property bool EnableFxCop {
    bool get ();
    void set (bool value);
}
abstract EnableFxCop : bool with get, set
function get EnableFxCop () : boolean 
function set EnableFxCop (value : boolean)

Eigenschaftswert

Typ: Boolean
Ein boolescher Wert.

.NET Framework-Sicherheit

Siehe auch

Referenz

VCFxCopTool Schnittstelle

Microsoft.VisualStudio.VCProjectEngine-Namespace