次の方法で共有


DataSourceIDConverter.GetStandardValuesSupported メソッド

定義

リストから選択できる標準データ ソース名セットをこのオブジェクトが返すかどうかを示す値を取得します。

public:
 override bool GetStandardValuesSupported(System::ComponentModel::ITypeDescriptorContext ^ context);
public override bool GetStandardValuesSupported (System.ComponentModel.ITypeDescriptorContext context);
override this.GetStandardValuesSupported : System.ComponentModel.ITypeDescriptorContext -> bool
Public Overrides Function GetStandardValuesSupported (context As ITypeDescriptorContext) As Boolean

パラメーター

context
ITypeDescriptorContext

型コンバーターにコンテキスト情報を提供する ITypeDescriptorContext を実装するオブジェクト。それにより、型コンバーターは変換を実行できます。

戻り値

Boolean

常に true

注釈

パラメーター context は、 メソッドでは使用 GetStandardValuesSupported されません。

適用対象

こちらもご覧ください