PropertyDescriptor.FillAttributes(IList) Метод

Определение

Добавляет атрибуты указанного списка атрибутов PropertyDescriptor в родительском классе.

protected:
 override void FillAttributes(System::Collections::IList ^ attributeList);
protected override void FillAttributes(System.Collections.IList attributeList);
override this.FillAttributes : System.Collections.IList -> unit
Protected Overrides Sub FillAttributes (attributeList As IList)

Параметры

attributeList
IList

Список IList атрибутов в родительском классе. Изначально это пусто.

Комментарии

Для повторяющихся атрибутов будет сохранен последний добавленный в список.

Применяется к