ObjectList.Selection Özellik

Tanım

Seçili öğeyi döndürür veya null seçim yoksa. Bu, API artık kullanılmıyor. ASP.NET mobil uygulama geliştirme hakkında bilgi için bkz. ASP.NET ile Mobile Apps & Siteleri.

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

Özellik Değeri

Seçili öğe veya null seçim yoksa.

Öznitelikler

Açıklamalar

Birden çok seçim desteklenmez.

Şunlara uygulanır

Ayrıca bkz.