Compartilhar via


HttpMethodHeaderValueCollection.GetAt(UInt32) Método

Definição

Retorna o HttpMethod no índice especificado na coleção.

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

Parâmetros

index
UInt32

unsigned int

uint32_t

O índice baseado em zero de um item especificado na coleção.

Retornos

O HttpMethod no índice especificado no HttpMethodHeaderValueCollection.

Implementações

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

Aplica-se a