Anteckning
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Sets or gets the floating point model.
Namespace: Microsoft.VisualStudio.VCProjectEngine
Assembly: Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)
Syntax
'Declaration
Property floatingPointModel As floatingPointModel
'Usage
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)
Property Value
Type: Microsoft.VisualStudio.VCProjectEngine.floatingPointModel
A value from the floatingPointModel enumeration.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.