Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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
[<GuidAttribute("A2078F0E-A310-420A-BA27-16531905B88F")>]
[<InterfaceTypeAttribute()>]
type IVsUserContextItemEvents = interface end
public interface IVsUserContextItemEvents