このオブジェクトがプロパティをサポートするかどうかを判断します。既定では、この値は false です。
Overrides Overloads Public Function GetPropertiesSupported( _
ByVal context As ITypeDescriptorContext _) As Boolean
[C#]
public override bool GetPropertiesSupported(ITypeDescriptorContextcontext);
[C++]
public: bool GetPropertiesSupported(ITypeDescriptorContext* context);
[JScript]
public override function GetPropertiesSupported(
context : ITypeDescriptorContext) : Boolean;
パラメータ
- context
追加のコンテキストが提供されるときに使用する型記述子。
戻り値
このオブジェクトのプロパティを見つけるために GetProperties を呼び出す必要がある場合、このメソッドは true を返します。それ以外の場合は false を返します。
必要条件
プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ
参照
RectangleConverter クラス | RectangleConverter メンバ | System.Drawing 名前空間 | RectangleConverter.GetPropertiesSupported オーバーロードの一覧