Udostępnij za pośrednictwem


MobileListItem Konstruktory

Definicja

Inicjuje nowe wystąpienie klasy MobileListItem. 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

MobileListItem()

Inicjuje nowe wystąpienie klasy MobileListItem. 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).

MobileListItem(String)

Inicjuje MobileListItem nowe wystąpienie klasy przy użyciu określonej Text właściwości. 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).

MobileListItem(MobileListItemType)

Inicjuje MobileListItem nowe wystąpienie klasy z określonym Typeelementem . 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).

MobileListItem(String, String)

Inicjuje nowe wystąpienie klasy MobileListItem. 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).

MobileListItem(Object, String, String)

Inicjuje nowe wystąpienie klasy MobileListItem. 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).

MobileListItem()

Inicjuje nowe wystąpienie klasy MobileListItem. 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:
 MobileListItem();
public MobileListItem ();
Public Sub New ()

Uwagi

Ten konstruktor kompiluje MobileListItem obiekt z brakującymi elementami ustawionymi na nullwartość . Konstruktor bez parametrów inicjuje wszystkie właściwości do .null

Zobacz też

Dotyczy

MobileListItem(String)

Inicjuje MobileListItem nowe wystąpienie klasy przy użyciu określonej Text właściwości. 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:
 MobileListItem(System::String ^ text);
public MobileListItem (string text);
new System.Web.UI.MobileControls.MobileListItem : string -> System.Web.UI.MobileControls.MobileListItem
Public Sub New (text As String)

Parametry

text
String

Inicjuje Text.

Uwagi

Ten konstruktor kompiluje MobileListItem obiekt z brakującymi elementami ustawionymi na nullwartość . Obiekt jest inicjowany za Text pomocą właściwości ustawionej na wartość parametru text .

Zobacz też

Dotyczy

MobileListItem(MobileListItemType)

Inicjuje MobileListItem nowe wystąpienie klasy z określonym Typeelementem . 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:
 MobileListItem(System::Web::UI::MobileControls::MobileListItemType itemType);
public MobileListItem (System.Web.UI.MobileControls.MobileListItemType itemType);
new System.Web.UI.MobileControls.MobileListItem : System.Web.UI.MobileControls.MobileListItemType -> System.Web.UI.MobileControls.MobileListItem
Public Sub New (itemType As MobileListItemType)

Parametry

itemType
MobileListItemType

Inicjuje określony element o tym typie elementu.

Uwagi

Ten konstruktor kompiluje MobileListItem obiekt z brakującymi elementami ustawionymi na nullwartość . Obiekt jest inicjowany za pomocą parametru itemType .

Zobacz też

Dotyczy

MobileListItem(String, String)

Inicjuje nowe wystąpienie klasy MobileListItem. 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:
 MobileListItem(System::String ^ text, System::String ^ value);
public MobileListItem (string text, string value);
new System.Web.UI.MobileControls.MobileListItem : string * string -> System.Web.UI.MobileControls.MobileListItem
Public Sub New (text As String, value As String)

Parametry

text
String

Inicjuje Text.

value
String

Inicjuje Value.

Uwagi

Ten konstruktor kompiluje MobileListItem obiekt z brakującymi elementami ustawionymi na nullwartość . Obiekt jest inicjowany za pomocą Text właściwości i Value ustawionych na wartości odpowiednich text parametrów i value .

Zobacz też

Dotyczy

MobileListItem(Object, String, String)

Inicjuje nowe wystąpienie klasy MobileListItem. 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:
 MobileListItem(System::Object ^ dataItem, System::String ^ text, System::String ^ value);
public MobileListItem (object dataItem, string text, string value);
new System.Web.UI.MobileControls.MobileListItem : obj * string * string -> System.Web.UI.MobileControls.MobileListItem
Public Sub New (dataItem As Object, text As String, value As String)

Parametry

dataItem
Object

Inicjuje DataItem.

text
String

Inicjuje Text.

value
String

Inicjuje Value.

Uwagi

Ten konstruktor kompiluje MobileListItem obiekt z brakującymi elementami ustawionymi na nullwartość . Obiekt jest inicjowany za DataItempomocą właściwości , Texti Value ustawionych na wartości odpowiednich dataItemparametrów , texti value .

Zobacz też

Dotyczy