IVsUIEventSink Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Catches event notifications from Visual Studio data source events.
public interface class IVsUIEventSink
public interface class IVsUIEventSink
__interface IVsUIEventSink
public interface IVsUIEventSink
[System.Runtime.InteropServices.Guid("515953AC-99C6-4F1B-8645-636A57E4B1E2")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsUIEventSink
type IVsUIEventSink = interface
[<System.Runtime.InteropServices.Guid("515953AC-99C6-4F1B-8645-636A57E4B1E2")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IVsUIEventSink = interface
Public Interface IVsUIEventSink
- Derived
- Attributes
Remarks
Packages implement interfaces that derive from this interface.
Methods
Disconnect(IVsUISimpleDataSource) |
Stop receiving notifications. |