MobileListItemCollection Konstruktory
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Inicjuje nowe wystąpienie klasy MobileListItemCollection. Ten interfejs API jest nieaktualny. Aby uzyskać informacje na temat tworzenia ASP.NET aplikacji mobilnych, zobacz Mobile Apps & Sites with ASP.NET (Aplikacje mobilne & Sites with ASP.NET).
Przeciążenia
MobileListItemCollection() |
Inicjuje nowe wystąpienie klasy MobileListItemCollection. Ten interfejs API jest nieaktualny. Aby uzyskać informacje na temat tworzenia ASP.NET aplikacji mobilnych, zobacz Mobile Apps & Sites with ASP.NET (Aplikacje mobilne & Sites with ASP.NET). |
MobileListItemCollection(ArrayList) |
Inicjuje MobileListItemCollection nowe wystąpienie klasy przy użyciu podanej tablicy. Ten interfejs API jest nieaktualny. Aby uzyskać informacje na temat tworzenia ASP.NET aplikacji mobilnych, zobacz Mobile Apps & Sites with ASP.NET (Aplikacje mobilne & Sites with ASP.NET). |
MobileListItemCollection()
Inicjuje nowe wystąpienie klasy MobileListItemCollection. Ten interfejs API jest nieaktualny. Aby uzyskać informacje na temat tworzenia ASP.NET aplikacji mobilnych, zobacz Mobile Apps & Sites with ASP.NET (Aplikacje mobilne & Sites with 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 na temat tworzenia ASP.NET aplikacji mobilnych, zobacz Mobile Apps & Sites with ASP.NET (Aplikacje mobilne & 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)
Parametry
- items
- ArrayList
Tablica zawierająca listę MobileListItem obiektów.
Uwagi
Tej wersji składni konstruktora można użyć do wypełnienia nowego obiektu obiektami MobileListItemCollection zawartymi w parametrze items
.