次の方法で共有


Reflection.UnionCaseInfo クラス (F#)

判別共用体型のケースを表します。

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

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

[<Sealed>]
type UnionCaseInfo =
 class
  member this.GetCustomAttributes : Type -> obj []
  member this.GetCustomAttributes : unit -> obj []
  member this.GetCustomAttributesData : unit -> IList<CustomAttributeData>
  member this.GetFields : unit -> PropertyInfo []
  member this.DeclaringType :  Type
  member this.Name :  string
  member this.Tag :  int
 end

インスタンス メンバー

メンバー

説明

DeclaringType

ケースが発生する型。

GetCustomAttributes

指定した属性型と一致するケースと関連付けられたカスタム属性を返します。

GetCustomAttributesData

カスタム属性のケースに関連付けられたデータを返します。

GetFields

PropertyInfo で表される、ケースに関連付けられたフィールド。

名前

ケースの名前。

Tag

ケースの整数タグ。

プラットフォーム

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

バージョン情報

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

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

参照

関連項目

Microsoft.FSharp.Reflection 名前空間 (F#)