IVsUIDynamicCollection::UnadviseCollectionChangeEvents Method (UInt32)

 

Stops sending notifications of changes tot eh collection.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.10.0 (in Microsoft.VisualStudio.Shell.Interop.10.0.dll)

int UnadviseCollectionChangeEvents(
	unsigned int cookie
)

Parameters

cookie
Type: System::UInt32

[in] The ID of the sink to stop.

Return Value

Type: System::Int32

Returns S_OK if the sink was unregistered.

Return to top
Show: