HttpLanguageRangeWithQualityHeaderValueCollection.GetAt(UInt32) Метод

Определение

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

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

Параметры

index
UInt32

unsigned int

uint32_t

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

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

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

Реализации

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)

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