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


HttpCacheDirectiveHeaderValueCollection.GetAt(UInt32) Метод

Определение

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

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

Параметры

index
UInt32

unsigned int

uint32_t

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

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

HttpNameValueHeaderValue по указанному индексу в httpCacheDirectiveHeaderValueCollection.

Реализации

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)

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