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 |
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
Uma matriz que contém todos os atributos.An array that contains all attributes.
Aplica-se a
GetAttributes(Type)
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
Retornos
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.