IVsUserContextItemEvents Interface
Defines the method called when there are context-sensitive Help items available. Implement this interface and pass it to the AdviseContextItemEvents of the IVsMonitorUserContext interface to receive event notification.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
Syntax
'Declaration
<GuidAttribute("A2078F0E-A310-420A-BA27-16531905B88F")> _
<InterfaceTypeAttribute()> _
Public Interface IVsUserContextItemEvents
[GuidAttribute("A2078F0E-A310-420A-BA27-16531905B88F")]
[InterfaceTypeAttribute()]
public interface IVsUserContextItemEvents
[GuidAttribute(L"A2078F0E-A310-420A-BA27-16531905B88F")]
[InterfaceTypeAttribute()]
public interface class IVsUserContextItemEvents
[<GuidAttribute("A2078F0E-A310-420A-BA27-16531905B88F")>]
[<InterfaceTypeAttribute()>]
type IVsUserContextItemEvents = interface end
public interface IVsUserContextItemEvents
The IVsUserContextItemEvents type exposes the following members.
Methods
Name | Description | |
---|---|---|
OnUserContextItemsAvailable | Method to call when there are context-sensitive Help items available. |
Top