Partager via


Reflection.UnionCaseInfo, classe (F#)

Représente un cas d'un type d'union discriminé

Espace de noms/Chemin du module : Microsoft.FSharp.Reflection

Assembly : FSharp.Core (in 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

Membres d'instance

Membre

Description

DeclaringType

Type dans lequel le cas se produit.

GetCustomAttributes

Retourne les attributs personnalisés associés au cas qui correspond au type d'attribut donné.

GetCustomAttributesData

Retourne les données d'attributs personnalisés associés au cas.

GetFields

Les champs associés au cas, représentés par une PropertyInfo.

Nom

Nom du cas.

Tag

Balise entière pour le cas.

Plateformes

Windows 8, Windows 7, Windows Server 2012, Windows Server 2008 R2

Informations de version

Versions de bibliothèque principale F#

Prise en charge dans : 2,0, 4,0, portables

Voir aussi

Référence

Microsoft.FSharp.Reflection, espace de noms (F#)