IVsUIDynamicCollection.UnadviseCollectionChangeEvents(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.
Arrête d'envoyer des notifications sur les modifications à la collection.
public:
int UnadviseCollectionChangeEvents(System::UInt32 cookie);
public:
int UnadviseCollectionChangeEvents(unsigned int cookie);
int UnadviseCollectionChangeEvents(unsigned int cookie);
public int UnadviseCollectionChangeEvents (uint cookie);
abstract member UnadviseCollectionChangeEvents : uint32 -> int
Public Function UnadviseCollectionChangeEvents (cookie As UInteger) As Integer
Paramètres
- cookie
- UInt32
[in] ID du récepteur à arrêter.
Retours
Retourne S_OK si le récepteur est désinscrit.