PropertyMetadata.GetAttributes Metoda
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
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 |
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
Návraty
Pole typu Attribute , který obsahuje tyto atributy, které mají typ roven attributeType.