PropertyMetadata.GetAttributes Metoda

Definice

Načte pole, které obsahuje všechny atributy.

Přetížení

GetAttributes()

Načte pole, které obsahuje všechny atributy.

GetAttributes(Type)

Obdrží pole typu Attribute , které obsahuje atributy, jejichž typ se attributeTyperovná .

GetAttributes()

Načte pole, které obsahuje všechny atributy.

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

Návraty

Pole, které obsahuje všechny atributy.

Platí pro

GetAttributes(Type)

Obdrží pole typu Attribute , které obsahuje atributy, jejichž typ se attributeTyperovná .

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()

Parametry

attributeType
Type

Atributy Type , které se mají vrátit.

Návraty

Pole typu Attribute , které obsahuje atributy, jejichž typ je attributeTyperoven .

Platí pro