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」をご覧ください。

適用対象

こちらもご覧ください