MobileListItemType Wyliczenie

Definicja

Przestroga

The System.Web.Mobile.dll assembly has been deprecated and should no longer be used. For information about how to develop ASP.NET mobile applications, see http://go.microsoft.com/fwlink/?LinkId=157231.

Przypisuje typ elementu do elementu w List kontrolkach podrzędnych kontrolki lub ObjectList . Klasa ta nie może być dziedziczona. Aby uzyskać informacje na temat tworzenia ASP.NET aplikacji mobilnych, zobacz Mobile Apps & Sites with ASP.NET (Aplikacje mobilne & Sites with ASP.NET).

public enum class MobileListItemType
public enum MobileListItemType
[System.Obsolete("The System.Web.Mobile.dll assembly has been deprecated and should no longer be used. For information about how to develop ASP.NET mobile applications, see http://go.microsoft.com/fwlink/?LinkId=157231.")]
public enum MobileListItemType
type MobileListItemType = 
[<System.Obsolete("The System.Web.Mobile.dll assembly has been deprecated and should no longer be used. For information about how to develop ASP.NET mobile applications, see http://go.microsoft.com/fwlink/?LinkId=157231.")>]
type MobileListItemType = 
Public Enum MobileListItemType
Dziedziczenie
MobileListItemType
Atrybuty

Pola

FooterItem 2

Reprezentuje stopkę listy. 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).

HeaderItem 0

Reprezentuje nagłówek listy. 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).

ListItem 1

Reprezentuje element na liście. 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).

SeparatorItem 3

Reprezentuje separator między elementami listy. 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).

Uwagi

Gdy kontrolka List lub ObjectList jest renderowana w trybie szablonu, puste MobileListItem obiekty z odpowiednim typem elementu są tworzone dla każdego nagłówka, stopki lub separatora, który należy renderować. Te puste obiekty są następnie wstawiane do kontrolek podrzędnych kontrolki.

Uwaga

MobileListItem obiekty, które odpowiadają elementom listy, zawsze mają typ ListItem.

Tego wyliczenia można użyć do iterowania za pośrednictwem kolekcji kontrolek i znajdowania MobileListItem obiektów odpowiadających szablonom nagłówka, stopki i separatora.

Dotyczy

Zobacz też