Share via


ObjectList.Selection Eigenschaft

Definition

Gibt das ausgewählte Element zurück oder null, wenn keine Auswahl vorhanden ist. Diese API ist veraltet. Informationen zum Entwickeln ASP.NET mobiler Anwendungen finden Sie unter Mobile Apps & Websites mit ASP.NET.

public:
 property System::Web::UI::MobileControls::ObjectListItem ^ Selection { System::Web::UI::MobileControls::ObjectListItem ^ get(); };
[System.ComponentModel.Bindable(false)]
[System.ComponentModel.Browsable(false)]
public System.Web.UI.MobileControls.ObjectListItem Selection { get; }
[<System.ComponentModel.Bindable(false)>]
[<System.ComponentModel.Browsable(false)>]
member this.Selection : System.Web.UI.MobileControls.ObjectListItem
Public ReadOnly Property Selection As ObjectListItem

Eigenschaftswert

Das ausgewählte Element oder null, wenn keine Auswahl vorhanden ist.

Attribute

Hinweise

Mehrfachauswahlen werden nicht unterstützt.

Gilt für:

Weitere Informationen