Partager via


WwwFormUrlDecoder.GetAt(UInt32) Méthode

Définition

Obtient la paire nom-valeur à l’index spécifié dans la chaîne de requête d’URL actuelle.

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

Paramètres

index
UInt32

unsigned int

uint32_t

Index de la paire nom-valeur.

Retours

Paire nom-valeur à la position spécifiée par l’index.

Implémente

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)

S’applique à