ImageConverter.GetProperties メソッド
オーバーロードの一覧
この型のプロパティのセットを取得します。
[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;
参照
ImageConverter クラス | ImageConverter メンバ | System.Drawing 名前空間