ObjectList.Items 屬性

定義

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

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

屬性值

物件清單中的項目集合。

屬性

備註

您可以檢查集合中的 ObjectListItemCollection 專案,但無法修改集合。

適用於

另請參閱