SelectionRangeConverter.GetPropertiesSupported(ITypeDescriptorContext) メソッド

定義

現在のオブジェクトが、指定した型記述子コンテキストを使用するプロパティをサポートしているかどうかを判断します。

public:
 override bool GetPropertiesSupported(System::ComponentModel::ITypeDescriptorContext ^ context);
public override bool GetPropertiesSupported(System.ComponentModel.ITypeDescriptorContext context);
override this.GetPropertiesSupported : System.ComponentModel.ITypeDescriptorContext -> bool
Public Overrides Function GetPropertiesSupported (context As ITypeDescriptorContext) As Boolean

パラメーター

context
ITypeDescriptorContext

形式コンテキストを提供する ITypeDescriptorContext

返品

true SelectionRange オブジェクトのプロパティを検索するためにGetPropertiesを呼び出すことができる場合はfalse

注釈

既定の実装では、常に true を返します。

適用対象

こちらもご覧ください