IVsUIDynamicCollection.UnadviseCollectionChangeEvents(UInt32) Méthode

Définition

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

Int32

Retourne S_OK si le récepteur est désinscrit.

Implémente

S’applique à