共用方式為


Reflection.UnionCaseInfo 類別 (F#)

代表反 discriminated 聯集的型別。

命名空間/模組路徑: Microsoft.FSharp.Reflection

組件:FSharp.Core (在 FSharp.Core.dll 中)

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

執行個體成員

成員

說明

DeclaringType

發生案例的型別。

GetCustomAttributes

傳回與符合所指定屬性型別之案例相關聯的自訂屬性。

GetFields

所表示案例相關聯的欄位 PropertyInfo

名稱

案例的名稱。

Tag

案例的整數標籤。

平台

Windows 7、Windows Vista SP2、Windows XP SP3、Windows XP x64 SP2、Windows Server 2008 R2、Windows Server 2008 SP2、Windows Server 2003 SP2

版本資訊

F# 執行階段

支援版本:2.0、4.0

Silverlight

支援版本:3

請參閱

參考

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