Udostępnij za pośrednictwem


MobileListItem Konstruktory

Definicja

Inicjuje nowe wystąpienie klasy MobileListItem. Ten interfejs API jest przestarzały. Aby uzyskać informacje o sposobie tworzenia aplikacji mobilnych ASP.NET, zobacz Mobile Apps & Sites with ASP.NET.

Przeciążenia

Nazwa Opis
MobileListItem()

Inicjuje nowe wystąpienie klasy MobileListItem. Ten interfejs API jest przestarzały. Aby uzyskać informacje o sposobie tworzenia aplikacji mobilnych ASP.NET, zobacz Mobile Apps & Sites with ASP.NET.

MobileListItem(String)

Inicjuje nowe wystąpienie MobileListItem klasy przy użyciu określonej Text właściwości. Ten interfejs API jest przestarzały. Aby uzyskać informacje o sposobie tworzenia aplikacji mobilnych ASP.NET, zobacz Mobile Apps & Sites with ASP.NET.

MobileListItem(MobileListItemType)

Inicjuje nowe wystąpienie klasy MobileListItem z określonym Type. Ten interfejs API jest przestarzały. Aby uzyskać informacje o sposobie tworzenia aplikacji mobilnych ASP.NET, zobacz Mobile Apps & Sites with ASP.NET.

MobileListItem(String, String)

Inicjuje nowe wystąpienie klasy MobileListItem. Ten interfejs API jest przestarzały. Aby uzyskać informacje o sposobie tworzenia aplikacji mobilnych ASP.NET, zobacz Mobile Apps & Sites with ASP.NET.

MobileListItem(Object, String, String)

Inicjuje nowe wystąpienie klasy MobileListItem. Ten interfejs API jest przestarzały. Aby uzyskać informacje o sposobie tworzenia aplikacji mobilnych ASP.NET, zobacz Mobile Apps & Sites with ASP.NET.

MobileListItem()

Inicjuje nowe wystąpienie klasy MobileListItem. Ten interfejs API jest przestarzały. Aby uzyskać informacje o sposobie tworzenia aplikacji mobilnych ASP.NET, zobacz Mobile Apps & Sites with ASP.NET.

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

Uwagi

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

Zobacz też

Dotyczy

MobileListItem(String)

Inicjuje nowe wystąpienie MobileListItem klasy przy użyciu określonej Text właściwości. Ten interfejs API jest przestarzały. Aby uzyskać informacje o sposobie tworzenia aplikacji mobilnych ASP.NET, zobacz Mobile Apps & 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 tworzy MobileListItem obiekt z brakującymi elementami ustawionymi na null. Obiekt jest inicjowany za pomocą Text właściwości ustawionej na wartość parametru text .

Zobacz też

Dotyczy

MobileListItem(MobileListItemType)

Inicjuje nowe wystąpienie klasy MobileListItem z określonym Type. Ten interfejs API jest przestarzały. Aby uzyskać informacje o sposobie tworzenia aplikacji mobilnych ASP.NET, zobacz Mobile Apps & 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 tworzy MobileListItem obiekt z brakującymi elementami ustawionymi na null. Obiekt jest inicjowany za pomocą parametru itemType .

Zobacz też

Dotyczy

MobileListItem(String, String)

Inicjuje nowe wystąpienie klasy MobileListItem. Ten interfejs API jest przestarzały. Aby uzyskać informacje o sposobie tworzenia aplikacji mobilnych ASP.NET, zobacz Mobile Apps & 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 tworzy MobileListItem obiekt z brakującymi elementami ustawionymi na null. 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 przestarzały. Aby uzyskać informacje o sposobie tworzenia aplikacji mobilnych ASP.NET, zobacz Mobile Apps & 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 tworzy MobileListItem obiekt z brakującymi elementami ustawionymi na null. Obiekt jest inicjowany za pomocą DataItemwłaściwości , Texti Value ustawionych na wartości odpowiednich dataItemparametrów , texti value .

Zobacz też

Dotyczy