SModelBus Interface
Visual Studio 2015
The service interface for the Visual Studio ModelBus service.
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Integration.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Integration.12.0.dll)
Use this class only to obtain access to the ModelBus service, and cast it to an IModelBus.
For more information, see Integrating Models by using Visual Studio Modelbus.
// Get the ModelBus service:
IModelBus modelBus =
this.Store.GetService(typeof(SModelBus)) as IModelBus;
Show: