RectangleConverter.GetPropertiesSupported(ITypeDescriptorContext) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
このオブジェクトがプロパティをサポートしているかどうかを判断します。 既定では、これは false です。
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(ITypeDescriptorContext, Object, Attribute[])を呼び出す必要がある場合はtrueを返します。それ以外の場合はfalse。