Partager via


UnionCaseInfo.GetCustomAttributes, méthode (F#)

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

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

Assembly : FSharp.Core (in FSharp.Core.dll)

// Signatures:
member this.GetCustomAttributes : Type -> obj []
member this.GetCustomAttributes : unit -> obj []

// Usage:
unionCaseInfo.GetCustomAttributes (attributeType)
unionCaseInfo.GetCustomAttributes ()

Paramètres

  • attributeType
    Type : Type.

    Type des attributs à retourner.

Valeur de retour

Tableau d'attributs personnalisés.

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

Reflection.UnionCaseInfo, classe (F#)

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