MapObjectCollectionBase<T>.CreateMapObject(Int32) 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.
Crée un objet map basé sur l’élément avec l’index spécifié dans la collection.
protected:
abstract T CreateMapObject(int index);
protected abstract T CreateMapObject(int index);
abstract member CreateMapObject : int -> 'T
Protected MustOverride Function CreateMapObject (index As Integer) As T
Paramètres
- index
- Int32
L’index de l’objet map dans la collection.
Retours
L’objet map nouvellement créé de type T.