PropertyDescriptor.FillAttributes(IList) Método
Definição
Adiciona os atributos do PropertyDescriptor à lista especificada de atributos na classe pai.Adds the attributes of the PropertyDescriptor to the specified list of attributes in the parent class.
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)
Parâmetros
- attributeList
- IList
Um IList que lista os atributos na classe pai.An IList that lists the attributes in the parent class. Inicialmente, está vazio.Initially, this is empty.
Comentários
Para atributos duplicados, o último adicionado à lista será mantido.For duplicate attributes, the last one added to the list will be kept.