Share via


ControlElementCollection.RemoveAt(Int32) 方法

定義

移除具有指定索引的 ControlElement 物件。 這個 API 已經過時。 如需如何開發 ASP.NET 行動應用程式的資訊,請參閱 具有 ASP.NET 的Mobile Apps & Sites

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

參數

index
Int32

移除項目之以零為起始的索引。

適用於