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に依存します。

適用対象