List.Items 屬性

定義

傳回 MobileListItemCollection 清單中項目的集合。 預設值為空集合。 這個 API 已經過時。 如需如何開發 ASP.NET 行動應用程式的資訊,請參閱 具有 ASP.NET 的Mobile Apps & Sites

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

屬性值

清單中的項目集合。

屬性

備註

您可以使用 類別的、 與方法,從List集合Add新增或移除專案。RemoveAtRemoveMobileListItemCollection

適用於

另請參閱