ArrayConverter.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 このオブジェクト GetProperties(ITypeDescriptorContext, Object, Attribute[]) プロパティを検索するために呼び出す必要があるためです。 このメソッドは falseを返しません。

注釈

context パラメーターを使用すると、コンバーターが呼び出される環境に関する追加情報を抽出できます。 これは nullできるため、常に確認してください。 また、コンテキスト オブジェクトのプロパティは、 nullを返すことができます。

適用対象