次の方法で共有


ErrorStrings.AddressOpNotFirstClassString 関数 (F#)

アドレス演算子のファースト クラスでの使用は許可されないことを示す文字列を取得します。

名前空間/モジュール パス: Microsoft.FSharp.Core.LanguagePrimitives.ErrorStrings

アセンブリ: FSharp.Core (FSharp.Core.dll 内)

// Signature:
AddressOpNotFirstClassString :  string

// Usage:
AddressOpNotFirstClassString

戻り値

文字列メッセージは、"First class uses of address-of operators are not permitted" です。

解説

この関数はコンパイルされた F# コードから使用するためのもので、直接は使用できません。

プラットフォーム

Windows 8、Windows 7、Windows Server 2012 で Windows Server 2008 R2

バージョン情報

F# コア ライブラリのバージョン

サポート: ポータブル 2.0、4.0

参照

関連項目

LanguagePrimitives.ErrorStrings モジュール (F#)

Core.LanguagePrimitives モジュール (F#)