DataView.ITypedList.GetListName(PropertyDescriptor[]) メソッド

定義

このメンバーの詳細については、「GetListName(PropertyDescriptor[])」をご覧ください。

 virtual System::String ^ System.ComponentModel.ITypedList.GetListName(cli::array <System::ComponentModel::PropertyDescriptor ^> ^ listAccessors) = System::ComponentModel::ITypedList::GetListName;
string? ITypedList.GetListName (System.ComponentModel.PropertyDescriptor?[]? listAccessors);
string ITypedList.GetListName (System.ComponentModel.PropertyDescriptor[] listAccessors);
abstract member System.ComponentModel.ITypedList.GetListName : System.ComponentModel.PropertyDescriptor[] -> string
override this.System.ComponentModel.ITypedList.GetListName : System.ComponentModel.PropertyDescriptor[] -> string
Function GetListName (listAccessors As PropertyDescriptor()) As String Implements ITypedList.GetListName

パラメーター

listAccessors
PropertyDescriptor[]

PropertyDescriptor オブジェクトの配列。

戻り値

このメンバーの詳細については、「GetListName(PropertyDescriptor[])」をご覧ください。

実装

注釈

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

適用対象