SelectionList.Items Właściwość

Definicja

Zwraca kolekcję elementów na MobileListItemCollection liście. Wartość domyślna to pusta kolekcja. Ten interfejs API jest przestarzały. Aby uzyskać informacje na temat tworzenia aplikacji mobilnych ASP.NET, zobacz Mobile Apps & Witryny z ASP.NET.

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

Wartość właściwości

Kolekcja elementów na liście wyboru.

Atrybuty

Uwagi

Elementy z SelectionList kolekcji można dodawać lub usuwać przy użyciu Addmetod MobileListItemCollection , Removei RemoveAt klasy .

Dotyczy

Zobacz też