PropertyMetadata.GetAttributes Metoda

Definice

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

Přetížení

Name Description
GetAttributes()

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

GetAttributes(Type)

Přijme pole typu Attribute , který obsahuje tyto atributy, které mají typ rovnající se attributeType.

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)

Přijme pole typu Attribute , který obsahuje tyto atributy, které mají typ rovnající se 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()

Parametry

attributeType
Type

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

Návraty

Pole typu Attribute , který obsahuje tyto atributy, které mají typ roven attributeType.

Platí pro