ObjectListFieldCollection.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

削除する項目のインデックス番号。

適用対象

こちらもご覧ください