DependencyPropertyDescriptor.GetChildProperties(Object, Attribute[]) メソッド

定義

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

パラメーター

instance
Object

プロパティを取得する対象のコンポーネント。

filter
Attribute[]

フィルターとして使用する型 Attribute の配列。

戻り値

指定のコンポーネントの指定した属性と一致するプロパティを持つ PropertyDescriptorCollection

注釈

このメソッドは、基になる PropertyDescriptorに依存します。

適用対象