共用方式為


ObjectListCommandCollection.AddAt(Int32, ObjectListCommand) 方法

定義

於集合中索引參數所指定的位置,加入命令。 這個 API 已經過時。 如需如何開發 ASP.NET 行動應用程式的資訊,請參閱 mobile Apps & Sites with ASP.NET

public:
 void AddAt(int index, System::Web::UI::MobileControls::ObjectListCommand ^ command);
public void AddAt (int index, System.Web.UI.MobileControls.ObjectListCommand command);
member this.AddAt : int * System.Web.UI.MobileControls.ObjectListCommand -> unit
Public Sub AddAt (index As Integer, command As ObjectListCommand)

參數

index
Int32

集合中要加入 command 的位置。

command
ObjectListCommand

要加入至集合的 ObjectListCommand

備註

參數的 -1 index 值會指定命令加入至集合結尾。

適用於

另請參閱