Compartilhar via


HttpProductInfoHeaderValueCollection.GetAt(UInt32) Método

Definição

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

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

Parâmetros

index
UInt32

unsigned int

uint32_t

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

Retornos

O HttpProductInfoHeaderValue no índice especificado no HttpProductInfoHeaderValueCollection.

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