IVsPublishSubscribeService Interface

 

Represents a service for publishing and subscribing to bulletins.

Namespace:   Microsoft.VisualStudio.Shell.Services
Assembly:  Microsoft.VisualStudio.Shell.Immutable.12.0 (in Microsoft.VisualStudio.Shell.Immutable.12.0.dll)

public interface class IVsPublishSubscribeService

NameDescription
System_CAPS_pubmethodPublish(Object^)

Sends a bulletin to all the subscribers for that bulletin.

System_CAPS_pubmethodPublish(Type^, Object^)

Sends a bulletin to all the subscribers for that bulletin identified by a specific type.

System_CAPS_pubmethodSubscribe(Type^, BulletinHandler^)

Registers a handler for the specified bulletin.

System_CAPS_pubmethodUnsubscribe(Type^, BulletinHandler^)

Unregisters a handler for the specified bulletin.

Return to top
Show: