ObjectListCommandCollection.Item[Int32] 属性

定义

为指定的索引返回集合中的 ObjectListCommand 项。 此 API 已废弃不用。 有关如何开发 ASP.NET 移动应用程序的信息,请参阅 移动应用 & 具有 ASP.NET 的网站

public:
 property System::Web::UI::MobileControls::ObjectListCommand ^ default[int] { System::Web::UI::MobileControls::ObjectListCommand ^ get(int index); };
public System.Web.UI.MobileControls.ObjectListCommand this[int index] { get; }
member this.Item(int) : System.Web.UI.MobileControls.ObjectListCommand
Default Public ReadOnly Property Item(index As Integer) As ObjectListCommand

参数

index
Int32

要获取的项的索引。

属性值

指定索引位置的 ObjectListCommand 项。

适用于

另请参阅