ImageConverter.GetProperties メソッド (ITypeDescriptorContext, Object, Attribute )
この型のプロパティのセットを取得します。
Overrides Overloads Public Function GetProperties( _
ByVal context As ITypeDescriptorContext, _ ByVal value As Object, _ ByVal attributes() As Attribute _) As PropertyDescriptorCollection
[C#]
public override PropertyDescriptorCollection GetProperties(ITypeDescriptorContextcontext,objectvalue,Attribute[] attributes);
[C++]
public: PropertyDescriptorCollection* GetProperties(ITypeDescriptorContext* context,Object* value,Attribute* attributes[]);
[JScript]
public override function GetProperties(
context : ITypeDescriptorContext,value : Object,attributes : Attribute[]) : PropertyDescriptorCollection;
パラメータ
- context
追加のコンテキストが提供されるときに使用する型記述子。 - value
プロパティを取得する対象となるオブジェクトの値。 - attributes
プロパティを取得する対象となるオブジェクトの値。
戻り値
このデータ型で公開する必要があるプロパティ セット。プロパティを公開する必要がない場合は null 参照 (Visual Basic では Nothing) を返します。既定の実装は、常に null 参照 (Nothing) を返します。
解説
既定では、型はどのプロパティも返しません。このメソッドの簡単な実装で、適切なデータ型の TypeDescriptor.GetProperties メソッドが呼び出されます。
必要条件
プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ
参照
ImageConverter クラス | ImageConverter メンバ | System.Drawing 名前空間 | ImageConverter.GetProperties オーバーロードの一覧