DependencyPropertyDescriptor.GetChildProperties(Object, Attribute[]) Metodo

Definizione

Restituisce un valore 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

Parametri

instance
Object

Componente per il quale ottenere le proprietà.

filter
Attribute[]

Matrice di tipo Attribute da usare come filtro.

Restituisce

Oggetto PropertyDescriptorCollection con le proprietà che corrispondono agli attributi specificati per il componente specificato.

Commenti

Questo metodo si basa sull'oggetto sottostante PropertyDescriptor.

Si applica a