TransitionCollection.InsertAt(UInt32, Transition) Метод

Определение

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

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

Параметры

index
UInt32

unsigned int

uint32_t

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

value
Transition

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

Реализации

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)

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