MobileListItemCollection.GetAll 方法

定义

获取指定集合中的项,这些项的形式为 MobileListItem 对象的单个数组。Gets the items in the specified collection as a single array of MobileListItem objects. 此 API 已废弃不用。This API is obsolete. 若要了解如何开发 ASP.NET 移动应用,请参阅 Mobile Apps & Sites with ASP.NET (ASP.NET 移动应用和网站)。For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with 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()

返回

MobileListItem[]

指定集合中项的数组。An array of the items in the specified collection.

适用于