ObjectList.Items 属性
定义
获取 ObjectListItemCollection 列表中项的集合。Gets the collection of items in an ObjectListItemCollection list. 默认值为空集合。The default value is an empty collection. 此 API 已废弃不用。This API is obsolete. 若要了解如何开发 ASP.NET 移动应用,请参阅 Mobile Apps & Sites with ASP.NET (ASP.NET 移动应用和网站)。For information about how to develop ASP.NET mobile applications, see 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
属性值
对象列表中项的集合。The collection of items in the object list.
- 属性
注解
您可以检查集合中的项 ObjectListItemCollection ,但不能修改该集合。You can inspect the items in the ObjectListItemCollection collection, but you cannot modify the collection.