IVsUIContextMonitor Interface
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 interface class IVsUIContextMonitor
public interface IVsUIContextMonitor
[System.Runtime.InteropServices.Guid("2B663830-25E6-4A21-94A3-24322FA4F01D")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsUIContextMonitor
type IVsUIContextMonitor = interface
[<System.Runtime.InteropServices.Guid("2B663830-25E6-4A21-94A3-24322FA4F01D")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IVsUIContextMonitor = interface
Public Interface IVsUIContextMonitor
- Attributes
Remarks
This interface is safe to access from any thread.
Methods
AdviseContextEvents(IVsUIContextEvents) | |
AreUIContextsAvailable() | |
IsUIContextActive(Guid) | |
UndaviseContextEvents(UInt32) |