Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
Broadcasts messages to clients that registered to be notified of events within the environment.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
Syntax
'Declaration
<InterfaceTypeAttribute()> _
<GuidAttribute("FC5EF273-DCE3-4DBB-AEE3-F54F91F00286")> _
Public Interface IVsBroadcastMessageEvents
'Usage
Dim instance As IVsBroadcastMessageEvents
[InterfaceTypeAttribute()]
[GuidAttribute("FC5EF273-DCE3-4DBB-AEE3-F54F91F00286")]
public interface IVsBroadcastMessageEvents
[InterfaceTypeAttribute()]
[GuidAttribute(L"FC5EF273-DCE3-4DBB-AEE3-F54F91F00286")]
public interface class IVsBroadcastMessageEvents
public interface IVsBroadcastMessageEvents
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.