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[])

適用於