MobileListItemCollection 构造函数

定义

初始化 MobileListItemCollection 类的新实例。 此 API 已废弃不用。 有关如何开发 ASP.NET 移动应用程序的信息,请参阅 移动应用 & 具有 ASP.NET 的网站

重载

MobileListItemCollection()

初始化 MobileListItemCollection 类的新实例。 此 API 已废弃不用。 有关如何开发 ASP.NET 移动应用程序的信息,请参阅 移动应用 & 具有 ASP.NET 的网站

MobileListItemCollection(ArrayList)

使用提供的数组初始化 MobileListItemCollection 类的新实例。 此 API 已废弃不用。 有关如何开发 ASP.NET 移动应用程序的信息,请参阅 移动应用 & 具有 ASP.NET 的网站

MobileListItemCollection()

初始化 MobileListItemCollection 类的新实例。 此 API 已废弃不用。 有关如何开发 ASP.NET 移动应用程序的信息,请参阅 移动应用 & 具有 ASP.NET 的网站

public:
 MobileListItemCollection();
public MobileListItemCollection ();
Public Sub New ()

另请参阅

适用于

MobileListItemCollection(ArrayList)

使用提供的数组初始化 MobileListItemCollection 类的新实例。 此 API 已废弃不用。 有关如何开发 ASP.NET 移动应用程序的信息,请参阅 移动应用 & 具有 ASP.NET 的网站

public:
 MobileListItemCollection(System::Collections::ArrayList ^ items);
public MobileListItemCollection (System.Collections.ArrayList items);
new System.Web.UI.MobileControls.MobileListItemCollection : System.Collections.ArrayList -> System.Web.UI.MobileControls.MobileListItemCollection
Public Sub New (items As ArrayList)

参数

items
ArrayList

包含一个 MobileListItem 对象列表的数组。

注解

可以使用此版本的构造函数语法使用 参数中包含的items对象填充新对象MobileListItemCollection

另请参阅

适用于