Compartilhar via


CompositionShapeCollection.InsertAt(UInt32, CompositionShape) Método

Definição

Insere o item especificado no índice especificado.

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

Parâmetros

index
UInt32

unsigned int

uint32_t

O índice baseado em zero no qual inserir o item.

value
CompositionShape

O objeto a ser inserido na coleção.

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)

Comentários

InsertAt expande a coleção e move todos os itens de índice subsequentes em um.

Por outro lado, SetAt substitui o item no índice e a contagem de coleções permanece a mesma.

Aplica-se a