次の方法で共有


PropertyDescriptor.GetChildProperties メソッド

PropertyDescriptorCollection を返します。

オーバーロードの一覧

既定の PropertyDescriptorCollection を返します。

[Visual Basic] Overloads Public Function GetChildProperties() As PropertyDescriptorCollection

[C#] public PropertyDescriptorCollection GetChildProperties();

[C++] public: PropertyDescriptorCollection* GetChildProperties();

[JScript] public function GetChildProperties() : PropertyDescriptorCollection;

指定した属性配列をフィルタとして使用して、 PropertyDescriptorCollection を返します。

[Visual Basic] Overloads Public Function GetChildProperties(Attribute()) As PropertyDescriptorCollection

[C#] public PropertyDescriptorCollection GetChildProperties(Attribute[]);

[C++] public: PropertyDescriptorCollection* GetChildProperties(Attribute*[]);

[JScript] public function GetChildProperties(Attribute[]) : PropertyDescriptorCollection;

指定したオブジェクトの PropertyDescriptorCollection を返します。

[Visual Basic] Overloads Public Function GetChildProperties(Object) As PropertyDescriptorCollection

[C#] public PropertyDescriptorCollection GetChildProperties(object);

[C++] public: PropertyDescriptorCollection* GetChildProperties(Object*);

[JScript] public function GetChildProperties(Object) : PropertyDescriptorCollection;

指定した属性配列をフィルタとして使用して、指定したオブジェクトの PropertyDescriptorCollection を返します。

[Visual Basic] Overloads Public Overridable Function GetChildProperties(Object, Attribute()) As PropertyDescriptorCollection

[C#] public virtual PropertyDescriptorCollection GetChildProperties(object, Attribute[]);

[C++] public: virtual PropertyDescriptorCollection* GetChildProperties(Object*, Attribute[]);

[JScript] public function GetChildProperties(Object, Attribute[]) : PropertyDescriptorCollection;

参照

PropertyDescriptor クラス | PropertyDescriptor メンバ | System.ComponentModel 名前空間