通过


MobileListItemCollection.GetAll 方法

定义

获取指定集合中的项作为单个对象数组 MobileListItem 。 此 API 已过时。 有关如何开发 ASP.NET 移动应用程序的信息,请参阅 Mobile Apps &具有 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()

返回

指定集合中项的数组。

适用于

另请参阅