ObjectListCommandCollection.RemoveAt(Int32) 方法

定義

移除在指定索引處的命令。 這個 API 已經過時。 如需如何開發 ASP.NET 行動應用程式的資訊,請參閱 mobile Apps & Sites with ASP.NET

public:
 void RemoveAt(int index);
public void RemoveAt (int index);
member this.RemoveAt : int -> unit
Public Sub RemoveAt (index As Integer)

參數

index
Int32

要移除的命令之索引編號。

適用於

另請參閱