Compartir a través de


PropertyMetadata.GetAttributes Método

Definición

Recupera una matriz que contiene todos los atributos.

Sobrecargas

GetAttributes()

Recupera una matriz que contiene todos los atributos.

GetAttributes(Type)

Recibe una matriz de tipo Attribute que contiene los atributos que tienen el tipo igual a attributeType.

GetAttributes()

Recupera una matriz que contiene todos los atributos.

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

Devoluciones

Una matriz que contiene todos los atributos.

Se aplica a

GetAttributes(Type)

Recibe una matriz de tipo Attribute que contiene los atributos que tienen el tipo igual a 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

La clase Type de atributos que se van a devolver.

Devoluciones

Una matriz de tipo Attribute que contiene los atributos que tienen el tipo igual a attributeType.

Se aplica a