WwwFormUrlDecoder.GetMany Method

Gets name-value pairs starting at the specified index in the current URL query string.

Syntax

public:
uint32 GetMany(
         uint32 startIndex,
         out Array<IWwwFormUrlDecoderEntry>^ items
)  

Parameters

startIndex
Type: uint32 

  The index to start getting name-value pairs at.

items
Type: IWwwFormUrlDecoderEntry 

The name-value pairs.

Return value

Type: uint32 

  The number of name-value pairs in items.

Requirements

Namespace: Windows.Foundation

Metadata: windows.winmd

See also

Reference

WwwFormUrlDecoder Class

WwwFormUrlDecoder Members

Windows.Foundation Namespace