MobileListItemCollection Konstruktory

Definicja

Inicjuje nowe wystąpienie klasy MobileListItemCollection. Ten interfejs API jest nieaktualny. Aby uzyskać informacje o sposobie tworzenia aplikacji mobilnych ASP.NET, zobacz Mobile Apps & Sites with ASP.NET (Aplikacje mobilne & z ASP.NET).

Przeciążenia

MobileListItemCollection()

Inicjuje nowe wystąpienie klasy MobileListItemCollection. Ten interfejs API jest nieaktualny. Aby uzyskać informacje o sposobie tworzenia aplikacji mobilnych ASP.NET, zobacz Mobile Apps & Sites with ASP.NET (Aplikacje mobilne & z ASP.NET).

MobileListItemCollection(ArrayList)

Inicjuje MobileListItemCollection nowe wystąpienie klasy przy użyciu podanej tablicy. Ten interfejs API jest nieaktualny. Aby uzyskać informacje o sposobie tworzenia aplikacji mobilnych ASP.NET, zobacz Mobile Apps & Sites with ASP.NET (Aplikacje mobilne & z ASP.NET).

MobileListItemCollection()

Inicjuje nowe wystąpienie klasy MobileListItemCollection. Ten interfejs API jest nieaktualny. Aby uzyskać informacje o sposobie tworzenia aplikacji mobilnych ASP.NET, zobacz Mobile Apps & Sites with ASP.NET (Aplikacje mobilne & z ASP.NET).

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

Zobacz też

Dotyczy

MobileListItemCollection(ArrayList)

Inicjuje MobileListItemCollection nowe wystąpienie klasy przy użyciu podanej tablicy. Ten interfejs API jest nieaktualny. Aby uzyskać informacje o sposobie tworzenia aplikacji mobilnych ASP.NET, zobacz Mobile Apps & Sites with ASP.NET (Aplikacje mobilne & 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

Za pomocą tej wersji składni konstruktora można wypełnić nowy obiekt obiekt obiektem MobileListItemCollection znajdującymi się w parametrze items .

Zobacz też

Dotyczy