ComWrappers.ReleaseObjects(IEnumerable) 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.
Met en production une collection d’objets en dehors de la durée de vie de l’interface COM ou de l’objet normal.
protected:
abstract void ReleaseObjects(System::Collections::IEnumerable ^ objects);
protected abstract void ReleaseObjects(System.Collections.IEnumerable objects);
abstract member ReleaseObjects : System.Collections.IEnumerable -> unit
Protected MustOverride Sub ReleaseObjects (objects As IEnumerable)
Paramètres
- objects
- IEnumerable
Collection d’objets à mettre en production.