Freigeben über


VCFxCopTool.FxCopModuleSuppressionsFile-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 FxCopModuleSuppressionsFile As String
string FxCopModuleSuppressionsFile { get; set; }
property String^ FxCopModuleSuppressionsFile {
    String^ get ();
    void set (String^ value);
}
abstract FxCopModuleSuppressionsFile : string with get, set
function get FxCopModuleSuppressionsFile () : String 
function set FxCopModuleSuppressionsFile (value : String)

Eigenschaftswert

Typ: String
Ein Dateiname.

.NET Framework-Sicherheit

Siehe auch

Referenz

VCFxCopTool Schnittstelle

Microsoft.VisualStudio.VCProjectEngine-Namespace