ListDecoration Enumeration

Definition

Achtung

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.

Gibt den Dekorationstyp an, der Listenelementen hinzugefügt werden soll. Diese Klasse kann nicht vererbt werden. Informationen zum Entwickeln ASP.NET mobiler Anwendungen finden Sie unter Mobile Apps & Websites mit ASP.NET.

public enum class ListDecoration
public enum ListDecoration
[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 ListDecoration
type ListDecoration = 
[<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 ListDecoration = 
Public Enum ListDecoration
Vererbung
ListDecoration
Attribute

Felder

Bulleted 1

Listenelemente erhalten Aufzählungszeichen als Dekoration. Diese API ist veraltet. Informationen zum Entwickeln ASP.NET mobiler Anwendungen finden Sie unter Mobile Apps & Websites mit ASP.NET.

None 0

Keine Dekoration. Diese API ist veraltet. Informationen zum Entwickeln ASP.NET mobiler Anwendungen finden Sie unter Mobile Apps & Websites mit ASP.NET.

Numbered 2

Listenelemente erhalten Zahlen als Dekoration. Diese API ist veraltet. Informationen zum Entwickeln ASP.NET mobiler Anwendungen finden Sie unter Mobile Apps & Websites mit ASP.NET.

Hinweise

Die ListDecoration Enumeration stellt dar, wie Sie die Dekoration für eine Liste angeben, als Aufzählungszeichen, Zahlen oder überhaupt keine Dekoration. In ASP.NET geben Sie den Typ der Dekoration für eine Liste an, indem Sie die Decoration -Eigenschaft festlegen.

Gilt für:

Weitere Informationen