ModelBus::GetService Method (Type^)

 

Returns Adapters provided by the ModeBus or by its host.

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

public:
virtual Object^ GetService(
	Type^ serviceType
) sealed

Parameters

??adapterType

The type of ModelBusAdapter being requested.

Return Value

Type: System::Object^

An instance of the ModelBusAdapter or null if the ModelBus and host don't support it.

Return to top
Show: