次の方法で共有


CompilerServices.TypeProviderDefinitionLocationAttribute クラス (F#)

エラー メッセージで型定義のプロバイダーのソースの場所を指定します。

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

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

[<AttributeUsage(32767, AllowMultiple = false)>]
type TypeProviderDefinitionLocationAttribute =
 class
  new TypeProviderDefinitionLocationAttribute : unit -> TypeProviderDefinitionLocationAttribute
  member this.Column : int with get, set
  member this.FilePath : string with get, set
  member this.Line : int with get, set
  member this.FilePath : string with get, set
  member this.Line  : int with get, set
 end

解説

また、TypeProviderDefinitionLocation 名前の短縮形を使用できます。

コンストラクター

メンバー

説明

new

属性のインスタンスを作成します。

インスタンス メンバー

メンバー

説明

Column : int

型定義のプロバイダーの列を指定します。

FilePath : string

プロバイダー型の定義ファイルとパスを指定します。

Line : int

型定義のプロバイダーの行番号を指定します。

プラットフォーム

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

バージョン情報

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

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

参照

関連項目

Microsoft.FSharp.Core.CompilerServices 名前空間 (F#)