Compartir a través de


WwwFormUrlDecoder.GetAt(UInt32) Método

Definición

Obtiene el par nombre-valor en el índice especificado en la cadena de consulta de dirección URL actual.

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

Parámetros

index
UInt32

unsigned int

uint32_t

Índice del par nombre-valor.

Devoluciones

Par nombre-valor en la posición especificada por índice.

Implementaciones

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)

Se aplica a