DataRowView.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。

実装

注釈

このメンバーは、明示的なインターフェイス メンバーの実装です。 これは、DataRowView のインスタンスが ICustomTypeDescriptor インターフェイスにキャストされる場合のみ、使用できます。

適用対象