通过


ObjectListCommandCollection.RemoveAt(Int32) 方法

定义

删除指定索引处的命令。 此 API 已过时。 有关如何开发 ASP.NET 移动应用程序的信息,请参阅 Mobile Apps &具有 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

要删除的命令的索引号。

适用于

另请参阅