IVsUIDynamicCollection.UnadviseCollectionChangeEvents(UInt32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.