IVsUICollection::AdviseCollectionChangeEvents Method (IVsUICollectionChangeEvents^, UInt32)
Visual Studio 2015
Registers for collection events.
Assembly: Microsoft.VisualStudio.Shell.Interop.10.0 (in Microsoft.VisualStudio.Shell.Interop.10.0.dll)
int AdviseCollectionChangeEvents( IVsUICollectionChangeEvents^ pAdvise, [OutAttribute] unsigned int% pCookie )
Parameters
- pAdvise
-
Type:
Microsoft.VisualStudio.Shell.Interop::IVsUICollectionChangeEvents^
[in] Interface to call on a collection event.
- pCookie
-
Type:
System::UInt32
[out] Location to return an identifier for the event sink.
Call UnadviseCollectionChangeEvents to stop receiving notifications.
Show: