ModelBus Constructor (IServiceProvider^, Action<ErrorCategory, String^>^, IConfiguration^)

 

Constructor -- the application hosting the ModelBus should pass in an IServiceProvider instance so the ModelBus can request services.

Namespace:   Microsoft.VisualStudio.Modeling.Integration
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Integration.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Integration.12.0.dll)

public:
ModelBus(
	IServiceProvider^ serviceProvider,
	Action<ErrorCategory, String^>^ errorCallback,
	IConfiguration^ configuration
)

Parameters

Return to top
Show: