TriggerCollection.RemoveAt(UInt32) Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Remove o item no índice especificado.
public:
virtual void RemoveAt(unsigned int index) = IVector<TriggerBase ^>::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
Observação
A API equivalente do Microsoft .NET é RemoveAt.