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


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 заменяет элемент по индексу, а число коллекций остается неизменным.

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