IBindableVector.RemoveAt(UInt32) メソッド

定義

ベクター内の指定したインデックス位置にある項目を削除します。

public:
 void RemoveAt(unsigned int index);
void RemoveAt(uint32_t const& index);
public void RemoveAt(uint index);
function removeAt(index)
Public Sub RemoveAt (index As UInteger)

パラメーター

index
UInt32

unsigned int

uint32_t

項目を削除するベクトルの 0 から始まるインデックス。

注釈

.NET を使用してプログラミングする場合、このインターフェイスは非表示になり、開発者は System.Collections.IList インターフェイスを 使用する必要があります。

適用対象

こちらもご覧ください