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
'Declaración
<GuidAttribute("A2078F0E-A310-420A-BA27-16531905B88F")> _
<InterfaceTypeAttribute()> _
Public Interface IVsUserContextItemEvents
'Uso
Dim instance As 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