VCCLCompilerTool.FloatingPointExceptions (Propiedad)

Establece u obtiene si está habilitado el control de excepciones de punto flotante definido por el usuario.

Espacio de nombres:  Microsoft.VisualStudio.VCProjectEngine
Ensamblado:  Microsoft.VisualStudio.VCProjectEngine (en Microsoft.VisualStudio.VCProjectEngine.dll)

Sintaxis

'Declaración
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 propiedad

Tipo: System.Boolean
Es true si el control de excepciones de punto flotante definido por el usuario está vigente.

Seguridad de .NET Framework

Vea también

Referencia

VCCLCompilerTool Interfaz

Microsoft.VisualStudio.VCProjectEngine (Espacio de nombres)