Share via


VCCLCompilerTool.FloatingPointExceptions 属性

设置或获取是否启用用户定义的浮点异常处理。

命名空间:  Microsoft.VisualStudio.VCProjectEngine
程序集:  Microsoft.VisualStudio.VCProjectEngine(在 Microsoft.VisualStudio.VCProjectEngine.dll 中)

语法

声明
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)

属性值

类型:Boolean
如果用户定义的浮点异常处理有效,则为 true。

.NET Framework 安全性

请参阅

参考

VCCLCompilerTool 接口

Microsoft.VisualStudio.VCProjectEngine 命名空间