SelectionRangeConverter.GetPropertiesSupported(ITypeDescriptorContext) メソッド

定義

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

public:
 override bool GetPropertiesSupported(System::ComponentModel::ITypeDescriptorContext ^ context);
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

戻り値

GetProperties を呼び出すことによって SelectionRange オブジェクトのプロパティを取得できる場合は true。それ以外の場合は false

注釈

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

適用対象

こちらもご覧ください