DependencyPropertyDescriptor.GetChildProperties(Object, Attribute[]) Метод

Определение

Возвращает значение типа PropertyDescriptorCollection.

public:
 override System::ComponentModel::PropertyDescriptorCollection ^ GetChildProperties(System::Object ^ instance, cli::array <Attribute ^> ^ filter);
public override System.ComponentModel.PropertyDescriptorCollection GetChildProperties (object instance, Attribute[] filter);
override this.GetChildProperties : obj * Attribute[] -> System.ComponentModel.PropertyDescriptorCollection
Public Overrides Function GetChildProperties (instance As Object, filter As Attribute()) As PropertyDescriptorCollection

Параметры

instance
Object

Компонент, для которого требуется получить свойства.

filter
Attribute[]

Массив типа Attribute, используемый как фильтр.

Возвращаемое значение

Коллекция PropertyDescriptorCollection со свойствами, соответствующими заданным атрибутам для заданного компонента.

Комментарии

Этот метод использует базовый PropertyDescriptor.

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