Поделиться через


HttpContentCodingWithQualityHeaderValueCollection.GetAt(UInt32) Метод

Определение

Возвращает значение HttpContentCodingWithQualityHeaderValue по указанному индексу в коллекции.

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

Параметры

index
UInt32

unsigned int

uint32_t

Отсчитываемый от нуля индекс указанного элемента в коллекции.

Возвращаемое значение

HttpContentCodingWithQualityHeaderValue по указанному индексу в коллекции HttpContentCodingWithQualityHeaderValueCollection.

Реализации

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)

Применяется к