共用方式為


DataProviderNameConverter.GetStandardValuesExclusive 方法

定義

取得值,指出針對 .NET Framework (ADO.NET) 提供者名稱所傳回的 ActiveX® Data Objects (ADO),是否為可能值的獨佔清單。

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 的物件,提供內容相關資訊給型別轉換子 (Type Converter),讓型別轉換子執行轉換。

傳回

Boolean

一定是 false

備註

如果您從類別衍生類別 DataProviderNameConverter ,並覆寫 GetStandardValues 方法以傳回 ADO.NET 提供者名稱的獨佔清單,則也會覆寫 GetStandardValuesExclusive true 當提供者名稱清單為獨佔時要傳回的方法。

context不使用參數 GetStandardValuesExclusive

適用於

另請參閱