次の方法で共有


CollectionConverter.GetProperties メソッド

オーバーロードの一覧

このメンバは、.NET Framework インフラストラクチャのサポートを目的としています。独自に作成したコード内で直接使用することはできません。

[Visual Basic] Overloads Overrides Public Function GetProperties(ITypeDescriptorContext, Object, Attribute()) As PropertyDescriptorCollection

[C#] public override PropertyDescriptorCollection GetProperties(ITypeDescriptorContext, object, Attribute[]);

[C++] public: PropertyDescriptorCollection* GetProperties(ITypeDescriptorContext*, Object*, Attribute[]);

[JScript] public override function GetProperties(ITypeDescriptorContext, Object, Attribute[]) : PropertyDescriptorCollection;

TypeConverter から継承されます。

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

[C#] public PropertyDescriptorCollection GetProperties(object);

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

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

TypeConverter から継承されます。

[Visual Basic] Overloads Public Function GetProperties(ITypeDescriptorContext, Object) As PropertyDescriptorCollection

[C#] public PropertyDescriptorCollection GetProperties(ITypeDescriptorContext, object);

[C++] public: PropertyDescriptorCollection* GetProperties(ITypeDescriptorContext*, Object*);

[JScript] public function GetProperties(ITypeDescriptorContext, Object) : PropertyDescriptorCollection;

参照

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