VCCLCompilerTool.floatingPointModel プロパティ

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

名前空間:  Microsoft.VisualStudio.VCProjectEngine
アセンブリ:  Microsoft.VisualStudio.VCProjectEngine (Microsoft.VisualStudio.VCProjectEngine.dll 内)

構文

'宣言
Property floatingPointModel As floatingPointModel
    Get
    Set
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)

プロパティ値

型: Microsoft.VisualStudio.VCProjectEngine.floatingPointModel
列挙型 floatingPointModel の値を返します。

.NET Framework セキュリティ

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

参照

参照

VCCLCompilerTool インターフェイス

Microsoft.VisualStudio.VCProjectEngine 名前空間