Share via


BufferedDataCollection.RemoveAt(Int32)

RemoveAt メソッド

コレクションの指定したインデックス位置にある要素を削除する。

定義

Visual Basic Public Sub RemoveAt( _
    ByVal index As Integer _
)
C# public void RemoveAt(
    int index
);
Managed C++ public: void RemoveAt(
    int index
);
JScript public function RemoveAt(
    index : int
) : void;

パラメータ

index System.Int32.

対象

BufferedDataCollection

© 2002 Microsoft Corporation. All rights reserved. Terms of use.