IVsUIContextMonitor.AdviseContextEvents(IVsUIContextEvents) 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.
public:
System::UInt32 AdviseContextEvents(Microsoft::VisualStudio::Shell::Interop::IVsUIContextEvents ^ callback);
public uint AdviseContextEvents (Microsoft.VisualStudio.Shell.Interop.IVsUIContextEvents callback);
abstract member AdviseContextEvents : Microsoft.VisualStudio.Shell.Interop.IVsUIContextEvents -> uint32
Public Function AdviseContextEvents (callback As IVsUIContextEvents) As UInteger
Parameters
- callback
- IVsUIContextEvents
Returns
Remarks
This method is safe to access from any thread.