DataProviderNameConverter.GetStandardValuesExclusive 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得值,指出針對 .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),讓型別轉換子執行轉換。
傳回
一定是 false
。
備註
如果您從類別衍生類別 DataProviderNameConverter ,並覆寫 GetStandardValues 方法以傳回 ADO.NET 提供者名稱的獨佔清單,則也會覆寫 GetStandardValuesExclusive true
當提供者名稱清單為獨佔時要傳回的方法。
context
不使用參數 GetStandardValuesExclusive 。