IVsUserContextItemEvents 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.
Defines the method called when there are context-sensitive Help items available. Implement this interface and pass it to the AdviseContextItemEvents(IVsUserContextItemEvents, UInt32) of the IVsMonitorUserContext interface to receive event notification.
public interface class IVsUserContextItemEvents
public interface class IVsUserContextItemEvents
__interface IVsUserContextItemEvents
[System.Runtime.InteropServices.Guid("A2078F0E-A310-420A-BA27-16531905B88F")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IVsUserContextItemEvents
[System.Runtime.InteropServices.Guid("A2078F0E-A310-420A-BA27-16531905B88F")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsUserContextItemEvents
[<System.Runtime.InteropServices.Guid("A2078F0E-A310-420A-BA27-16531905B88F")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IVsUserContextItemEvents = interface
[<System.Runtime.InteropServices.Guid("A2078F0E-A310-420A-BA27-16531905B88F")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IVsUserContextItemEvents = interface
Public Interface IVsUserContextItemEvents
- Attributes
Methods
OnUserContextItemsAvailable(IVsUserContextItemCollection) |
Method to call when there are context-sensitive Help items available. |