SortEntryVector.InsertAt(UInt32, SortEntry) 方法

定义

将排序项插入集合中的指定索引处。

void InsertAt(uint32_t const& index, SortEntry const& value);
public void InsertAt(uint index, SortEntry value);
function insertAt(index, value)
Public Sub InsertAt (index As UInteger, value As SortEntry)

参数

index
UInt32

uint32_t

要插入排序项的位置的从零开始的索引。

value
SortEntry

要插入的排序项。

实现

M:Windows.Foundation.Collections.IVector1.InsertAt(System.UInt32,0) M:Windows.Foundation.Collections.IVector1.InsertAt(uint32_t,0)

适用于