CollectionConverter.GetProperties メソッド
オーバーロードの一覧
このメンバは、.NET Framework インフラストラクチャのサポートを目的としています。独自に作成したコード内で直接使用することはできません。
[Visual Basic] Overloads Overrides Public Function GetProperties(ITypeDescriptorContext, Object, Attribute()) As PropertyDescriptorCollection
[C++] public: PropertyDescriptorCollection* GetProperties(ITypeDescriptorContext*, Object*, Attribute[]);
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 名前空間