ObjectListCommandCollection.AddAt(Int32, ObjectListCommand) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
於集合中索引參數所指定的位置,加入命令。 這個 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
值會指定命令加入至集合結尾。