DataViewManager.ITypedList.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);
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 物件的陣列。 這可以是 null

傳回

清單的名稱。

實作

備註

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

適用於