ObjectListItemCollection.GetAll 方法

定义

返回 ObjectListItem 集合中所有项的数组。 此 API 已废弃不用。 有关如何开发 ASP.NET 移动应用程序的信息,请参阅 移动应用 & 具有 ASP.NET 的网站

public:
 cli::array <System::Web::UI::MobileControls::ObjectListItem ^> ^ GetAll();
public System.Web.UI.MobileControls.ObjectListItem[] GetAll ();
member this.GetAll : unit -> System.Web.UI.MobileControls.ObjectListItem[]
Public Function GetAll () As ObjectListItem()

返回

ObjectListItem 集合中所有项的数组。

适用于

另请参阅