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である必要があります。

適用対象

こちらもご覧ください