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


HubSectionCollection.SetAt(UInt32, HubSection) Метод

Определение

Задает значение по указанному индексу для указанного значения элемента.

void SetAt(uint32_t const& index, HubSection const& value);
public void SetAt(uint index, HubSection value);
function setAt(index, value)
Public Sub SetAt (index As UInteger, value As HubSection)

Параметры

index
UInt32

uint32_t

Индекс, по которому задается значение.

value
HubSection

Задаваемое значение.

Реализации

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

Комментарии

SetAt заменяет элемент по индексу, а количество коллекций остается прежним.

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