ExternalDataExchangeService.GetService(Type) Method

Definition

Gets the service implementation of the specified interface type, if the service is available.

public:
 System::Object ^ GetService(Type ^ serviceType);
public:
 virtual System::Object ^ GetService(Type ^ serviceType);
public object GetService (Type serviceType);
public virtual object GetService (Type serviceType);
member this.GetService : Type -> obj
abstract member GetService : Type -> obj
override this.GetService : Type -> obj
Public Function GetService (serviceType As Type) As Object
Public Overridable Function GetService (serviceType As Type) As Object

Parameters

serviceType
Type

The Type of the interface implemented by the service to retrieve.

Returns

An object that implements the requested service, or null (Nothing in Visual Basic) if the service cannot be resolved.

Exceptions

service is a null reference (Nothing).

The service is not registered with the runtime.

Applies to