次の方法で共有


DataProviderNameConverter.GetStandardValuesSupported メソッド

定義

リストから選択できる ActiveX® Data Objects (ADO) for the .NET Framework (ADO.NET) プロバイダー名セットをこのオブジェクトが返すかどうかを示す値を取得します。

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

適用対象

こちらもご覧ください