共用方式為


MobileListItemCollection 建構函式

定義

初始化 MobileListItemCollection 類別的新執行個體。 這個 API 已經過時。 如需如何開發 ASP.NET 行動應用程式的資訊,請參閱 mobile Apps & Sites with ASP.NET

多載

MobileListItemCollection()

初始化 MobileListItemCollection 類別的新執行個體。 這個 API 已經過時。 如需如何開發 ASP.NET 行動應用程式的資訊,請參閱 mobile Apps & Sites with ASP.NET

MobileListItemCollection(ArrayList)

使用提供的陣列,初始化 MobileListItemCollection 類別的新執行個體。 這個 API 已經過時。 如需如何開發 ASP.NET 行動應用程式的資訊,請參閱 mobile Apps & Sites with ASP.NET

MobileListItemCollection()

初始化 MobileListItemCollection 類別的新執行個體。 這個 API 已經過時。 如需如何開發 ASP.NET 行動應用程式的資訊,請參閱 mobile Apps & Sites with ASP.NET

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

另請參閱

適用於

MobileListItemCollection(ArrayList)

使用提供的陣列,初始化 MobileListItemCollection 類別的新執行個體。 這個 API 已經過時。 如需如何開發 ASP.NET 行動應用程式的資訊,請參閱 mobile Apps & Sites with 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

另請參閱

適用於