DataProviderNameConverter.GetStandardValuesExclusive メソッド

定義

返された ActiveX® Data Objects (ADO) for the .NET Framework (ADO.NET) プロバイダー名が候補値の除外リストであるかどうかを示す値を取得します。

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

パラメーター

context
ITypeDescriptorContext

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

戻り値

Boolean

常に false

注釈

クラスからクラスを派生し、 DataProviderNameConverter メソッドをオーバーライドして GetStandardValues ADO.NET プロバイダー名の排他的なリストを返す場合は、メソッドをオーバーライドして、 GetStandardValuesExclusive true プロバイダー名リストが排他的な場合にを返すようにします。

contextパラメーターは、では使用されません GetStandardValuesExclusive

適用対象

こちらもご覧ください