Partilhar via


Propriedade VCFxCopTool.FxCopModuleSuppressionsFile

Esta API oferece suporte à infraestrutura .NET Framework e não se destina a ser usada diretamente do seu código.

Somente para uso interno da Microsoft.

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

Sintaxe

'Declaração
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)

Valor de propriedade

Tipo: String
Um nome de arquivo.

Segurança do .NET Framework

Consulte também

Referência

VCFxCopTool Interface

Namespace Microsoft.VisualStudio.VCProjectEngine