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í
GetAttributes() |
Načte pole, které obsahuje všechny atributy. |
GetAttributes(Type) |
Obdrží pole typu Attribute , které obsahuje atributy, jejichž typ 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)
Obdrží pole typu Attribute , které obsahuje atributy, jejichž typ se attributeType
rovná .
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 atributy, jejichž typ je attributeType
roven .