SelectionList.Items Właściwość

Definicja

Zwraca kolekcję elementów na MobileListItemCollection liście. Wartość domyślna to pusta kolekcja. Ten interfejs API jest nieaktualny. Aby uzyskać informacje o sposobie tworzenia aplikacji mobilnych ASP.NET, zobacz Mobile Apps & Sites with ASP.NET (Aplikacje mobilne & 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 , Removei RemoveAt klasy MobileListItemCollection .

Dotyczy

Zobacz też