JsonArray.InsertAt(UInt32, IJsonValue) 方法

定义

在指定索引处的数组中插入 JsonValue

public:
 virtual void InsertAt(unsigned int index, IJsonValue ^ value) = IVector<IJsonValue ^>::InsertAt;
void InsertAt(uint32_t const& index, IJsonValue const& value);
public void InsertAt(uint index, IJsonValue value);
function insertAt(index, value)
Public Sub InsertAt (index As UInteger, value As IJsonValue)

参数

index
UInt32

unsigned int

uint32_t

从零开始的索引,应在该位置插入项。

value
IJsonValue

要插入的 IJsonValue 对象。

实现

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

适用于