MemberDescriptor.AttributeArray Vlastnost

Definice

Získá nebo nastaví pole atributů.

protected:
 virtual property cli::array <Attribute ^> ^ AttributeArray { cli::array <Attribute ^> ^ get(); void set(cli::array <Attribute ^> ^ value); };
protected virtual Attribute[] AttributeArray { get; set; }
protected virtual Attribute[]? AttributeArray { get; set; }
member this.AttributeArray : Attribute[] with get, set
Protected Overridable Property AttributeArray As Attribute()

Hodnota vlastnosti

Attribute[]

Pole typu Attribute , které obsahuje atributy tohoto člena.

Poznámky

Přístup k tomuto členu umožňuje odvozené třídy upravit výchozí sadu atributů, které se používají v CreateAttributeCollection metodě.

Platí pro

Viz také