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: Boolean
Es true si el control de excepciones de punto flotante definido por el usuario está vigente.
Seguridad de .NET Framework
- Plena confianza para el llamador inmediato. Un código de confianza parcial no puede utilizar este miembro. Para obtener más información, vea Utilizar bibliotecas de código que no es de plena confianza.