Share via


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 オブジェクトのリストを格納する配列

注釈

このバージョンのコンストラクター構文を使用して、 パラメーターに含まれるオブジェクトを MobileListItemCollection 新しいオブジェクトに items 設定できます。

こちらもご覧ください

適用対象