IVsPublishSubscribeService Interface
Visual Studio 2015
Represents a service for publishing and subscribing to bulletins.
Assembly: Microsoft.VisualStudio.Shell.Immutable.12.0 (in Microsoft.VisualStudio.Shell.Immutable.12.0.dll)
| Name | Description | |
|---|---|---|
![]() | Publish(Object^) | Sends a bulletin to all the subscribers for that bulletin. |
![]() | Publish(Type^, Object^) | Sends a bulletin to all the subscribers for that bulletin identified by a specific type. |
![]() | Subscribe(Type^, BulletinHandler^) | Registers a handler for the specified bulletin. |
![]() | Unsubscribe(Type^, BulletinHandler^) | Unregisters a handler for the specified bulletin. |
Show:
