Поделиться через


VCCLCompilerTool.floatingPointModel - свойство

Sets or gets the floating point model.

Пространство имен:  Microsoft.VisualStudio.VCProjectEngine
Сборка:  Microsoft.VisualStudio.VCProjectEngine (в Microsoft.VisualStudio.VCProjectEngine.dll)

Синтаксис

'Декларация
Property floatingPointModel As floatingPointModel
'Применение
Dim instance As VCCLCompilerTool
Dim value As floatingPointModel

value = instance.floatingPointModel

instance.floatingPointModel = value
floatingPointModel floatingPointModel { get; set; }
property floatingPointModel floatingPointModel {
    floatingPointModel get ();
    void set (floatingPointModel value);
}
function get floatingPointModel () : floatingPointModel
function set floatingPointModel (value : floatingPointModel)

Значение свойства

Тип: Microsoft.VisualStudio.VCProjectEngine.floatingPointModel

A value from the floatingPointModel enumeration.

Разрешения

  • Полное доверие для непосредственно вызывающего метода. Этот член не может быть использован частично доверенным кодом. Дополнительные сведения см. в разделе Using Libraries from Partially Trusted Code.

См. также

Ссылки

VCCLCompilerTool Интерфейс

VCCLCompilerTool - члены

Microsoft.VisualStudio.VCProjectEngine - пространство имен