VCCLCompilerTool.floatingPointModel プロパティ

浮動小数点モデルを設定または取得します。

名前空間 :  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

列挙型 floatingPointModel の値を返します。

アクセス許可

  • 直前の呼び出し元に対する完全な信頼。このメンバは、部分的に信頼されているコードから使用することはできません。詳細については、「部分信頼コードからのライブラリの使用」を参照してください。

参照

参照

VCCLCompilerTool インターフェイス

VCCLCompilerTool メンバ

Microsoft.VisualStudio.VCProjectEngine 名前空間