PropertyMetadata.GetAttributes Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Recupera uma matriz que contém todos os atributos.
Sobrecargas
GetAttributes() |
Recupera uma matriz que contém todos os atributos. |
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.
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.
Aplica-se a
GetAttributes(Type)
Recebe uma matriz do tipo Attribute que contém os atributos que têm o 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
Retornos
Uma matriz do tipo Attribute que contém os atributos que têm o tipo igual a attributeType
.