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


RowDefinitionCollection.SetAt(UInt32, RowDefinition) Метод

Определение

Задает указанное значение RowDefinition по указанному индексу.

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

Параметры

index
UInt32

unsigned int

uint32_t

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

value
RowDefinition

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

Реализации

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)

Комментарии

InsertAt расширяет коллекцию и перемещает все последующие элементы индекса на единицу. В отличие от этого, SetAt заменяет элемент по индексу, а количество коллекций остается прежним.

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