HttpProductInfoHeaderValueCollection.GetAt(UInt32) Metodo

Definizione

Restituisce httpProductInfoHeaderValue nell'indice specificato nell'insieme.

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

Parametri

index
UInt32

unsigned int

uint32_t

Indice in base zero di un elemento specificato nella raccolta.

Restituisce

HttpProductInfoHeaderValue nell'indice specificato in HttpProductInfoHeaderValueCollection.

Implementazioni

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)

Si applica a