Partilhar via


Método UnionCaseInfo.GetCustomAttributes (F#)

Retorna atributos personalizados associados com os casos que corresponde ao tipo de dado atributo.

Namespace/Module Path: Microsoft.FSharp.Reflection

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

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

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

Parâmetros

  • attributeType
    Tipo: Type

    O tipo de atributos para retornar.

Valor de retorno

Uma matriz de atributos personalizados.

Plataformas

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

Informações de Versão

Versões da biblioteca principal de F#

Suportado em: 2,0, 4,0, portáteis

Consulte também

Referência

Classe Reflection.UnionCaseInfo (F#)

Microsoft.FSharp.Reflection Namespace (F#)