SyncList<TListType>.InsertItem(Int32, TListType) 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.
protected:
override void InsertItem(int index, TListType item);
protected override void InsertItem(int index, TListType item);
override this.InsertItem : int * 'ListType -> unit
Protected Overrides Sub InsertItem (index As Integer, item As TListType)
Paramètres
- index
- Int32
- item
- TListType