ObjectListCommandCollection.Item[Int32] 屬性

定義

回傳 ObjectListCommand 集合中指定索引的項目。 這個 API 已經過時了。 有關如何開發 ASP.NET 行動應用程式的資訊,請參閱 Mobile Apps &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 指定索引。

適用於

另請參閱