MobileListItemCollection コンストラクター

定義

MobileListItemCollection クラスの新しいインスタンスを初期化します。 この API は廃止されています。 ASP.NET モバイル アプリケーションの開発方法については、「Mobile Apps&」を参照してください。ASP.NET

オーバーロード

名前 説明
MobileListItemCollection()

MobileListItemCollection クラスの新しいインスタンスを初期化します。 この API は廃止されています。 ASP.NET モバイル アプリケーションの開発方法については、「Mobile Apps&」を参照してください。ASP.NET

MobileListItemCollection(ArrayList)

指定された配列を使用して、 MobileListItemCollection クラスの新しいインスタンスを初期化します。 この API は廃止されています。 ASP.NET モバイル アプリケーションの開発方法については、「Mobile Apps&」を参照してください。ASP.NET

MobileListItemCollection()

MobileListItemCollection クラスの新しいインスタンスを初期化します。 この API は廃止されています。 ASP.NET モバイル アプリケーションの開発方法については、「Mobile Apps&」を参照してください。ASP.NET

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

こちらもご覧ください

適用対象

MobileListItemCollection(ArrayList)

指定された配列を使用して、 MobileListItemCollection クラスの新しいインスタンスを初期化します。 この API は廃止されています。 ASP.NET モバイル アプリケーションの開発方法については、「Mobile Apps&」を参照してください。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 オブジェクトを新しいオブジェクトに設定できます。

こちらもご覧ください

適用対象