Aracılığıyla paylaş


DependencyPropertyDescriptor.GetChildProperties(Object, Attribute[]) Yöntem

Tanım

PropertyDescriptorCollection öğesi döndürür.

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

Parametreler

instance
Object

Özelliklerini almak için bir bileşen.

filter
Attribute[]

Filtre olarak kullanılacak tür Attribute dizisi.

Döndürülenler

PropertyDescriptorCollection Belirtilen bileşen için belirtilen özniteliklerle eşleşen özelliklere sahip bir.

Açıklamalar

Bu yöntem, temel alınan PropertyDescriptoröğesine dayanır.

Şunlara uygulanır