Język

MobileListItemCollection Konstruktory

Definicja

Inicjuje nowe wystąpienie klasy MobileListItemCollection. Ten interfejs API jest przestarzały. Aby uzyskać informacje na temat tworzenia aplikacji mobilnych ASP.NET, zobacz Mobile Apps & Witryny z ASP.NET.

Przeciążenia

Nazwa Opis
MobileListItemCollection()

Inicjuje nowe wystąpienie klasy MobileListItemCollection. Ten interfejs API jest przestarzały. Aby uzyskać informacje na temat tworzenia aplikacji mobilnych ASP.NET, zobacz Mobile Apps & Witryny z ASP.NET.

MobileListItemCollection(ArrayList)

Inicjuje nowe wystąpienie MobileListItemCollection klasy przy użyciu podanej tablicy. Ten interfejs API jest przestarzały. Aby uzyskać informacje na temat tworzenia aplikacji mobilnych ASP.NET, zobacz Mobile Apps & Witryny z ASP.NET.

MobileListItemCollection()

Inicjuje nowe wystąpienie klasy MobileListItemCollection. Ten interfejs API jest przestarzały. Aby uzyskać informacje na temat tworzenia aplikacji mobilnych ASP.NET, zobacz Mobile Apps & Witryny z ASP.NET.

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

Zobacz też

Dotyczy

MobileListItemCollection(ArrayList)

Inicjuje nowe wystąpienie MobileListItemCollection klasy przy użyciu podanej tablicy. Ten interfejs API jest przestarzały. Aby uzyskać informacje na temat tworzenia aplikacji mobilnych ASP.NET, zobacz Mobile Apps & Witryny z 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)

Parametry

items
ArrayList

Tablica zawierająca listę MobileListItem obiektów.

Uwagi

Można użyć tej wersji składni konstruktora, aby wypełnić nowy obiektami MobileListItemCollection zawartymi w parametrze items .

Zobacz też

Dotyczy