IVsUIDynamicCollection.UnadviseCollectionChangeEvents(UInt32) Method

Definition

Stops sending notifications of changes tot eh 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

Parameters

cookie
UInt32

[in] The ID of the sink to stop.

Returns

Returns S_OK if the sink was unregistered.

Implements

Applies to