IVsBroadcastMessageEvents 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.
Broadcasts messages to clients that registered to be notified of events within the environment.
public interface class IVsBroadcastMessageEvents
public interface class IVsBroadcastMessageEvents
__interface IVsBroadcastMessageEvents
[System.Runtime.InteropServices.Guid("FC5EF273-DCE3-4DBB-AEE3-F54F91F00286")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IVsBroadcastMessageEvents
[System.Runtime.InteropServices.Guid("FC5EF273-DCE3-4DBB-AEE3-F54F91F00286")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsBroadcastMessageEvents
[<System.Runtime.InteropServices.Guid("FC5EF273-DCE3-4DBB-AEE3-F54F91F00286")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IVsBroadcastMessageEvents = interface
[<System.Runtime.InteropServices.Guid("FC5EF273-DCE3-4DBB-AEE3-F54F91F00286")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IVsBroadcastMessageEvents = interface
Public Interface IVsBroadcastMessageEvents
- Attributes
Remarks
A client obtains notifications of events within the environment by means of AdviseBroadcastMessages and disconnect by means of UnadviseBroadcastMessages.
See illustrations of the implementation and/or calling of this interface in the sample Solution Extender.
Methods
OnBroadcastMessage(UInt32, IntPtr, IntPtr) |
Fires when a message is broadcast to the environment window. |