MemberDescriptor.AttributeArray Свойство
Определение
Возвращает или задает массив атрибутов.Gets or sets an array of attributes.
protected:
virtual property cli::array <Attribute ^> ^ AttributeArray { cli::array <Attribute ^> ^ get(); void set(cli::array <Attribute ^> ^ value); };
protected virtual Attribute[] AttributeArray { get; set; }
member this.AttributeArray : Attribute[] with get, set
Protected Overridable Property AttributeArray As Attribute()
Значение свойства
Массив типа Attribute, который содержит атрибуты этого члена.An array of type Attribute that contains the attributes of this member.
Комментарии
Доступ к этому элементу позволяет производным классам изменять набор атрибутов по умолчанию, используемых в CreateAttributeCollection методе.Accessing this member allows derived classes to modify the default set of attributes that are used in the CreateAttributeCollection method.