Compartilhar via


Propriedade VCCLCompilerTool.floatingPointModel

Define ou obtém a flutuação modelo de ponto.

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

Sintaxe

'Declaração
Property floatingPointModel As floatingPointModel
floatingPointModel floatingPointModel { get; set; }
property floatingPointModel floatingPointModel {
    floatingPointModel get ();
    void set (floatingPointModel value);
}
abstract floatingPointModel : floatingPointModel with get, set
function get floatingPointModel () : floatingPointModel
function set floatingPointModel (value : floatingPointModel)

Valor de propriedade

Tipo: Microsoft.VisualStudio.VCProjectEngine.floatingPointModel
Um valor a partir do floatingPointModel enumeração.

Segurança do .NET Framework

Consulte também

Referência

VCCLCompilerTool Interface

Namespace Microsoft.VisualStudio.VCProjectEngine