InlineCollection.RemoveAt(UInt32) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Supprime l'élément à l'index spécifié.
public:
virtual void RemoveAt(unsigned int index) = IVector<Inline ^>::RemoveAt;
void RemoveAt(uint32_t const& index);
public void RemoveAt(uint index);
function removeAt(index)
Public Sub RemoveAt (index As UInteger)
Paramètres
- index
-
UInt32
unsigned int
uint32_t
Position d'index de l'élément à supprimer.
Implémente
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)