Bagikan melalui


WwwFormUrlDecoder.GetMany(UInt32, IWwwFormUrlDecoderEntry[]) Metode

Definisi

Mendapatkan pasangan nama-nilai yang dimulai pada indeks yang ditentukan dalam string kueri URL saat ini.

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

Parameter

startIndex
UInt32

unsigned int

uint32_t

Indeks untuk mulai mendapatkan pasangan nama-nilai di.

items
IWwwFormUrlDecoderEntry[]

Pasangan nama-nilai.

Mengembalikan

UInt32

unsigned int

uint32_t

Jumlah pasangan nama-nilai dalam item.

Penerapan

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

Berlaku untuk