PropertyMetadata.GetAttributes Método

Definição

Recupera uma matriz que contém todos os atributos.Retrieves an array that contains all attributes.

Sobrecargas

GetAttributes()

Recupera uma matriz que contém todos os atributos.Retrieves an array that contains all attributes.

GetAttributes(Type)

Recebe uma matriz do tipo Attribute que contém os atributos que têm o tipo igual a attributeType.Receives an array of type Attribute that contains those attributes having type equal to attributeType.

GetAttributes()

Recupera uma matriz que contém todos os atributos.Retrieves an array that contains all attributes.

public:
 cli::array <Attribute ^> ^ GetAttributes();
public Attribute[] GetAttributes ();
member this.GetAttributes : unit -> Attribute[]
Public Function GetAttributes () As Attribute()

Retornos

Attribute[]

Uma matriz que contém todos os atributos.An array that contains all attributes.

Aplica-se a

GetAttributes(Type)

Recebe uma matriz do tipo Attribute que contém os atributos que têm o tipo igual a attributeType.Receives an array of type Attribute that contains those attributes having type equal to attributeType.

public:
 cli::array <Attribute ^> ^ GetAttributes(Type ^ attributeType);
public Attribute[] GetAttributes (Type attributeType);
member this.GetAttributes : Type -> Attribute[]
Public Function GetAttributes (attributeType As Type) As Attribute()

Parâmetros

attributeType
Type

O Type de atributos a ser retornado.The Type of attributes to return.

Retornos

Attribute[]

Uma matriz do tipo Attribute que contém os atributos que têm o tipo igual a attributeType.An array of type Attribute that contains those attributes having type equal to attributeType.

Aplica-se a