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


HttpExpectationHeaderValueCollection.GetAt(UInt32) Метод

Определение

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

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

Параметры

index
UInt32

unsigned int

uint32_t

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

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

HttpExpectationHeaderValue по указанному индексу в httpExpectationHeaderValueCollection.

Реализации

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)

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