Compartilhar via


PointKeyFrameCollection.InsertAt(UInt32, PointKeyFrame) Método

Definição

Insere o item especificado no índice especificado.

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

Parâmetros

index
UInt32

unsigned int

uint32_t

O índice no qual inserir o valor.

value
PointKeyFrame

O valor a ser inserido.

Implementações

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)

Aplica-se a