DependencyPropertyDescriptor.GetChildProperties(Object, Attribute[]) Metoda

Definice

Vrátí hodnotu 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

Parametry

instance
Object

Komponenta, pro která chcete získat vlastnosti.

filter
Attribute[]

Pole typu Attribute , které se má použít jako filtr.

Návraty

A PropertyDescriptorCollection s vlastnostmi, které odpovídají zadaným atributům pro zadanou komponentu.

Poznámky

Tato metoda spoléhá na základní PropertyDescriptormetodu .

Platí pro