UIElementCollection.RemoveAt(UInt32) Método

Definição

Remove o item no índice especificado.

public:
 virtual void RemoveAt(unsigned int index) = IVector<UIElement ^>::RemoveAt;
void RemoveAt(uint32_t const& index);
public void RemoveAt(uint index);
function removeAt(index)
Public Sub RemoveAt (index As UInteger)

Parâmetros

index
UInt32

unsigned int

uint32_t

A posição do índice do item a ser removido.

Implementações

M:Windows.Foundation.Collections.IVector`1.RemoveAt(System.UInt32) M:Windows.Foundation.Collections.IVector`1.RemoveAt(unsigned int) M:Windows.Foundation.Collections.IVector`1.RemoveAt(uint32_t)

Comentários

Se tiver êxito, chamar esse método reduzirá o tamanho da coleção em um. Itens com valores de índice maiores que o índice chamado têm seus valores de índice reduzidos em um.

Se você estiver programando usando C# ou Microsoft Visual Basic, consulte RemoveAt. O comportamento de RemoveAt de cada idioma é basicamente o mesmo.

Aplica-se a

Confira também