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
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiáveis.