Share via


MobileListItemCollection.GetAll 方法

定义

获取指定集合中的项,这些项的形式为 MobileListItem 对象的单个数组。 此 API 已废弃不用。 有关如何开发 ASP.NET 移动应用程序的信息,请参阅 移动应用 & 具有 ASP.NET 的网站

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

返回

指定集合中项的数组。

适用于

另请参阅