SelectionList.Selection Özellik

Tanım

Seçili öğeyi döndürür veya null seçim yoksa. Bu API kullanımdan kaldırıldı. ASP.NET mobil uygulama geliştirme hakkında bilgi için bkz. Mobile Apps & ASP.NET içeren siteler.

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

Özellik Değeri

Seçim listesinde seçili durumdaki öğe.

Öznitelikler

Açıklamalar

Denetim birden çok seçim modundaysa, bu özellik seçilen ilk öğeyi döndürür.

Şunlara uygulanır

Ayrıca bkz.