Freigeben über


VCCLCompilerTool.FloatingPointExceptions-Eigenschaft

Legt fest oder ruft ab, ob die benutzerdefinierte Behandlung von Gleitkommaausnahmen aktiviert ist.

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

Syntax

'Declaration
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)

Eigenschaftswert

Typ: Boolean
true, wenn die benutzerdefinierte Behandlung von Gleitkommaausnahmen aktiviert ist.

.NET Framework-Sicherheit

Siehe auch

Referenz

VCCLCompilerTool Schnittstelle

Microsoft.VisualStudio.VCProjectEngine-Namespace