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)

Syntax

public object GetService(
    Type serviceType
)
public:
virtual Object^ GetService(
    Type^ serviceType
) sealed
abstract GetService : 
        serviceType:Type -> Object
override GetService : 
        serviceType:Type -> Object
Public Function GetService (
    serviceType As Type
) As Object

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.

Implements

IServiceProvider.GetService(Type)

See Also

ModelBus Class
Microsoft.VisualStudio.Modeling.Integration Namespace

Return to top