Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
'Usage
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
public interface IVsUserContextItemEvents