DependencyPropertyDescriptor.GetChildProperties(Object, Attribute[]) Metodo

Definizione

Restituisce un oggetto 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 cui ottenere le proprietà.

filter
Attribute[]

Matrice di tipo Attribute da usare come filtro.

Valori restituiti

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