IBindableVector.InsertAt(UInt32, Object) 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.
Insère un élément dans un vecteur à un index spécifié.
public:
void InsertAt(unsigned int index, Platform::Object ^ value);
void InsertAt(uint32_t const& index, IInspectable const& value);
public void InsertAt(uint index, object value);
function insertAt(index, value)
Public Sub InsertAt (index As UInteger, value As Object)
Paramètres
- index
-
UInt32
unsigned int
uint32_t
Index à insérer.
- value
-
Object
Platform::Object
IInspectable
Élément à insérer.
Remarques
Lors de la programmation avec .NET, cette interface est masquée et les développeurs doivent utiliser l’interface System.Collections.IList .