Freigeben über


WwwFormUrlDecoder.GetAt(UInt32) Methode

Definition

Ruft das Name-Wert-Paar am angegebenen Index in der aktuellen URL-Abfragezeichenfolge ab.

public:
 virtual IWwwFormUrlDecoderEntry ^ GetAt(unsigned int index) = IVectorView<IWwwFormUrlDecoderEntry ^>::GetAt;
IWwwFormUrlDecoderEntry GetAt(uint32_t const& index);
public IWwwFormUrlDecoderEntry GetAt(uint index);
function getAt(index)
Public Function GetAt (index As UInteger) As IWwwFormUrlDecoderEntry

Parameter

index
UInt32

unsigned int

uint32_t

Der Index des Name-Wert-Paars.

Gibt zurück

Das Name-Wert-Paar an der durch index angegebenen Position.

Implementiert

M:Windows.Foundation.Collections.IVectorView`1.GetAt(System.UInt32) M:Windows.Foundation.Collections.IVectorView`1.GetAt(unsigned int) M:Windows.Foundation.Collections.IVectorView`1.GetAt(uint32_t)

Gilt für: