共用方式為


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 介面。

適用於

另請參閱