次の方法で共有


ImageConverter.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;

参照

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