SelectionList.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::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.