IVsUIEventSink Interface

Definition

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.

Applies to