ModelBus.GetService Method
Returns Adapters provided by the ModeBus or by its host.
Namespace: Microsoft.VisualStudio.Modeling.Integration
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Integration.11.0 (in Microsoft.VisualStudio.Modeling.Sdk.Integration.11.0.dll)
Syntax
'Declaration
Public Function GetService ( _
serviceType As Type _
) As Object
public Object GetService(
Type serviceType
)
public:
virtual Object^ GetService(
Type^ serviceType
) sealed
abstract GetService :
serviceType:Type -> Object
override GetService :
serviceType:Type -> Object
public final function GetService(
serviceType : Type
) : Object
Parameters
- serviceType
Type: Type
Return Value
Type: Object
An instance of the ModelBusAdapter or null if the ModelBus and host don't support it.
Implements
IServiceProvider.GetService(Type)
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.