バージョン

GetPropertiesSupported(ITypeDescriptorContext) メソッド

指定したコンテキストを使用して、このオブジェクトがプロパティをサポートするかどうかを返します。
シンタックス
'宣言
 
Public Overloads Overrides Function GetPropertiesSupported( _
   ByVal context As ITypeDescriptorContext _
) As Boolean
public override bool GetPropertiesSupported( 
   ITypeDescriptorContext context
)

パラメータ

context
フォーマット コンテキストを提供する System.ComponentModel.ITypeDescriptorContext。

戻り値の型

このオブジェクトのプロパティを見つけるために System.ComponentModel.TypeConverter.GetProperties(System.Object) を呼び出す必要がある場合は True。そうでない場合は False。
参照