ObjectResult.IListSource.GetList 方法

定義

以適合資料綁定的格式回傳結果。

 virtual System::Collections::IList ^ System.ComponentModel.IListSource.GetList() = System::ComponentModel::IListSource::GetList;
System.Collections.IList IListSource.GetList();
abstract member System.ComponentModel.IListSource.GetList : unit -> System.Collections.IList
override this.System.ComponentModel.IListSource.GetList : unit -> System.Collections.IList
Function GetList () As IList Implements IListSource.GetList

傳回

一個 IList 實體物件的集合。

實作

備註

此成員為明確介面成員實作。 它只能在實 ObjectResult 例投射到 IListSource 介面時使用。

適用於