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

Определение

Вставляет указанный элемент по указанному индексу.

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

Параметры

index
UInt32

unsigned int

uint32_t

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

value
RowDefinition

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

Реализации

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

Комментарии

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

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