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

Definición

Devuelve un PropertyDescriptorCollectionobjeto .

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

Parámetros

instance
Object

Componente para el que se obtienen las propiedades.

filter
Attribute[]

Matriz de tipo Attribute que se va a usar como filtro.

Devoluciones

con PropertyDescriptorCollection las propiedades que coinciden con los atributos especificados para el componente especificado.

Comentarios

Este método se basa en el subyacente PropertyDescriptor.

Se aplica a