次の方法で共有


RectangleConverter.GetProperties メソッド

オーバーロードの一覧

この型のプロパティ セットを取得します。既定では、型はプロパティを返しません。このメソッドの単純な実装を用意すると、適切なデータ型の TypeDescriptor.GetProperties メソッドを呼び出すことができます。

[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;

参照

RectangleConverter クラス | RectangleConverter メンバ | System.Drawing 名前空間