次の方法で共有


IBindableVector.InsertAt(UInt32, Object) メソッド

定義

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

public:
 void InsertAt(unsigned int index, Platform::Object ^ value);
void InsertAt(uint32_t const& index, IInspectable const& value);
public void InsertAt(uint index, object value);
function insertAt(index, value)
Public Sub InsertAt (index As UInteger, value As Object)

パラメーター

index
UInt32

unsigned int

uint32_t

挿入するインデックス。

value
Object

Platform::Object

IInspectable

挿入する項目。

注釈

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

適用対象

こちらもご覧ください