Condividi tramite


Proprietà VCCLCompilerTool.floatingPointModel

Ottiene o imposta il modello a virgola mobile.

Spazio dei nomi:  Microsoft.VisualStudio.VCProjectEngine
Assembly:  Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)

Sintassi

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

Valore proprietà

Tipo: Microsoft.VisualStudio.VCProjectEngine.floatingPointModel
Valore ottenuto dall'enumerazione floatingPointModel.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

VCCLCompilerTool Interfaccia

Spazio dei nomi Microsoft.VisualStudio.VCProjectEngine