HttpContentCodingWithQualityHeaderValueCollection.SetAt Метод

Определение

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

public:
 virtual void SetAt(unsigned int index, HttpContentCodingWithQualityHeaderValue ^ value) = IVector<HttpContentCodingWithQualityHeaderValue ^>::SetAt;
void SetAt(uint32_t const& index, HttpContentCodingWithQualityHeaderValue const& value);
public void SetAt(uint index, HttpContentCodingWithQualityHeaderValue value);
function setAt(index, value)
Public Sub SetAt (index As UInteger, value As HttpContentCodingWithQualityHeaderValue)

Параметры

index
UInt32

unsigned int

uint32_t

Отсчитываемый от нуля индекс, по которому задается значение HttpContentCodingWithQualityHeaderValue.

value
HttpContentCodingWithQualityHeaderValue

Устанавливаемый элемент.

Реализации

M:Windows.Foundation.Collections.IVector1.SetAt(System.UInt32,0) M:Windows.Foundation.Collections.IVector1.SetAt(unsigned int,0) M:Windows.Foundation.Collections.IVector1.SetAt(uint32_t,0)

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