DbConnectionStringBuilder.ICustomTypeDescriptor.GetAttributes 方法

定義

傳回元件之這個執行個體的自訂屬性集合。

 virtual System::ComponentModel::AttributeCollection ^ System.ComponentModel.ICustomTypeDescriptor.GetAttributes() = System::ComponentModel::ICustomTypeDescriptor::GetAttributes;
System.ComponentModel.AttributeCollection ICustomTypeDescriptor.GetAttributes ();
abstract member System.ComponentModel.ICustomTypeDescriptor.GetAttributes : unit -> System.ComponentModel.AttributeCollection
override this.System.ComponentModel.ICustomTypeDescriptor.GetAttributes : unit -> System.ComponentModel.AttributeCollection
Function GetAttributes () As AttributeCollection Implements ICustomTypeDescriptor.GetAttributes

傳回

AttributeCollection,其包含此物件的屬性。

實作

備註

這個成員是明確介面成員實作, 只有在 DbConnectionStringBuilder 執行個體轉換成 ICustomTypeDescriptor 介面時,才能使用這個成員。

如需這個成員的說明,請參閱 GetAttributes

適用於

另請參閱