Partilhar via


Propriedade VCCLCompilerTool.FloatingPointExceptions

Obtém ou define se a manipulação de exceção definida pelo usuário de ponto flutuante está habilitada.

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

Sintaxe

'Declaração
Property FloatingPointExceptions As Boolean
bool FloatingPointExceptions { get; set; }
property bool FloatingPointExceptions {
    bool get ();
    void set (bool value);
}
abstract FloatingPointExceptions : bool with get, set
function get FloatingPointExceptions () : boolean 
function set FloatingPointExceptions (value : boolean)

Valor de propriedade

Tipo: Boolean
true se a manipulação de exceção definida pelo usuário de ponto flutuante é aplicado.

Segurança do .NET Framework

Consulte também

Referência

VCCLCompilerTool Interface

Namespace Microsoft.VisualStudio.VCProjectEngine