Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Catches event notifications from Visual Studio data source events.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assemblies: Microsoft.VisualStudio.Shell.11.0 (in Microsoft.VisualStudio.Shell.11.0.dll)
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.
.gif)