Condividi tramite


Metodo UnionCaseInfo.GetCustomAttributes (F#)

Restituisce gli attributi personalizzati associati al case corrispondente al tipo di attributo specificato.

Percorso spazio dei nomi/modulo: 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 ()

Parametri

  • attributeType
    Tipo: Type

    Tipo di attributi da restituire.

Valore restituito

Matrice di attributi personalizzati.

Piattaforme

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

Informazioni sulla versione

Versioni della libreria di base F#

Supportato in: 2,0, 4,0, portabile

Vedere anche

Riferimenti

Classe Reflection.UnionCaseInfo (F#)

Spazio dei nomi Microsoft.FSharp.Reflection (F#)