SelectionRangeConverter.GetPropertiesSupported(ITypeDescriptorContext) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
現在のオブジェクトが、指定した型記述子コンテキストを使用するプロパティをサポートしているかどうかを判断します。
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 を返します。