Partilhar via


Propriedade VCCLCompilerTool.FloatingPointExceptions

Define ou obtém se o tratamento de exceção é ativado de ponto flutuante definido pelo usuário.

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: System.Boolean
true manipulação de exceção de ponto está em vigor se flutuante definido pelo usuário.

Segurança do .NET Framework

Consulte também

Referência

VCCLCompilerTool Interface

Namespace Microsoft.VisualStudio.VCProjectEngine