語言

CurrencyManager.GetListName(ArrayList) 方法

定義

取得提供綁定資料的清單名稱,使用指定的綁定屬性集合。

protected public:
 override System::String ^ GetListName(System::Collections::ArrayList ^ listAccessors);
protected internal override string GetListName(System.Collections.ArrayList listAccessors);
protected internal override string GetListName(System.Collections.ArrayList? listAccessors);
override this.GetListName : System.Collections.ArrayList -> string
Protected Friend Overrides Function GetListName (listAccessors As ArrayList) As String

參數

listAccessors
ArrayList

資料來源 ArrayList 中可找到的屬性。

傳回

若成功,則為 String 提供綁定資料的清單名稱;否則則為 Empty 字串。

備註

該方法要 GetListName 成功,底層列表必須型別 ITypedList為 。

適用於

另請參閱