Share via


ObjectListCommandCollection.Item[Int32] 屬性

定義

傳回集合中指定之索引的 ObjectListCommand 項目。 這個 API 已經過時。 如需如何開發 ASP.NET 行動應用程式的資訊,請參閱 具有 ASP.NET 的Mobile Apps & Sites

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 項目。

適用於

另請參閱