Freigeben über


VCFxCopTool.FxCopUseTypeNameInSuppression-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 FxCopUseTypeNameInSuppression As Boolean
bool FxCopUseTypeNameInSuppression { get; set; }
property bool FxCopUseTypeNameInSuppression {
    bool get ();
    void set (bool value);
}
abstract FxCopUseTypeNameInSuppression : bool with get, set
function get FxCopUseTypeNameInSuppression () : boolean 
function set FxCopUseTypeNameInSuppression (value : boolean)

Eigenschaftswert

Typ: Boolean
Ein boolescher Wert.

.NET Framework-Sicherheit

Siehe auch

Referenz

VCFxCopTool Schnittstelle

Microsoft.VisualStudio.VCProjectEngine-Namespace