MobileListItemCollection.Item[Int32] 属性
定义
通过索引获取集合中的 MobileListItem 项。Gets a MobileListItem item in the collection by index. 此 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:
property System::Web::UI::MobileControls::MobileListItem ^ default[int] { System::Web::UI::MobileControls::MobileListItem ^ get(int index); };
public System.Web.UI.MobileControls.MobileListItem this[int index] { get; }
member this.Item(int) : System.Web.UI.MobileControls.MobileListItem
Default Public ReadOnly Property Item(index As Integer) As MobileListItem
参数
- index
- Int32
要检索的项的索引。The index of the item to retrieve.
属性值
指定索引位置的 MobileListItem 项。The MobileListItem item at the specified index.