IVsUIDataSource::AdvisePropertyChangeEvents Method (IVsUIDataSourcePropertyChangeEvents^, UInt32)
Visual Studio 2015
Registers to be notified when a property changes.
Assembly: Microsoft.VisualStudio.Shell.Interop.10.0 (in Microsoft.VisualStudio.Shell.Interop.10.0.dll)
int AdvisePropertyChangeEvents( IVsUIDataSourcePropertyChangeEvents^ pAdvise, [OutAttribute] unsigned int% pCookie )
Parameters
- pAdvise
-
Type:
Microsoft.VisualStudio.Shell.Interop::IVsUIDataSourcePropertyChangeEvents^
[in] The interface to call when a change occurs.
- pCookie
-
Type:
System::UInt32
[out] Location to return an ID for this event sink.
Show: