DependencyPropertyDescriptor.GetChildProperties(Object, Attribute[]) Méthode

Définition

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

Paramètres

instance
Object

Composant dont les propriétés doivent être obtenues.

filter
Attribute[]

Tableau de type Attribute à utiliser comme filtre.

Retours

PropertyDescriptorCollection dont les propriétés correspondent aux attributs spécifiés pour le composant spécifié.

Remarques

Cette méthode s’appuie sur le sous-jacent PropertyDescriptor.

S’applique à