JsonArray.GetMany(UInt32, IJsonValue[]) 方法

定义

从指定的索引开始,获取 IJsonValue 类型的所有数组项。

public:
 virtual unsigned int GetMany(unsigned int startIndex, Platform::Array <IJsonValue ^> ^ items) = IVector<IJsonValue ^>::GetMany;
uint32_t GetMany(uint32_t const& startIndex, winrt::array_view <IJsonValue const&> & items);
public uint GetMany(uint startIndex, IJsonValue[] items);
function getMany(startIndex, items)
Public Function GetMany (startIndex As UInteger, items As IJsonValue()) As UInteger

参数

startIndex
UInt32

unsigned int

uint32_t

起始索引。

items
IJsonValue[]

返回 IJsonValue 的项。

返回

UInt32

unsigned int

uint32_t

startIndex 开始的数组中元素范围内的的索引。

实现

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

适用于