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.
Catches event notifications from Visual Studio data source events.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.10.0 (in Microsoft.VisualStudio.Shell.Interop.10.0.dll)
Syntax
'Declaration
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
<GuidAttribute("515953AC-99C6-4F1B-8645-636A57E4B1E2")> _
Public Interface IVsUIEventSink
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
[GuidAttribute("515953AC-99C6-4F1B-8645-636A57E4B1E2")]
public interface IVsUIEventSink
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
[GuidAttribute(L"515953AC-99C6-4F1B-8645-636A57E4B1E2")]
public interface class IVsUIEventSink
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>]
[<GuidAttribute("515953AC-99C6-4F1B-8645-636A57E4B1E2")>]
type IVsUIEventSink = interface end
public interface IVsUIEventSink
The IVsUIEventSink type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() |
Disconnect | Stop receiving notifications. |
Top
Remarks
Packages implement interfaces that derive from this interface.