MultilineStringConverter.GetPropertiesSupported メソッド

定義

指定したコンテキストを使用して、このオブジェクトがプロパティをサポートするかどうかを返します。

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 プロパティを検索するために呼び出す必要がある場合は >。それ以外の場合は false

注釈

このクラスで実装されているように、このメソッドは常に falseを返します。

適用対象

こちらもご覧ください