Compartir a través de


ExternalDataExchangeService.GetService(Type) Método

Definición

Obtiene la implementación del servicio del tipo de interfaz especificado, si el servicio está disponible.

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

Parámetros

serviceType
Type

Type de la interfaz implementada por el servicio que se va a recuperar.

Devoluciones

Object

Objeto que implementa el servicio solicitado o nulo (Nothing en Visual Basic) si no se puede resolver el servicio.

Excepciones

service es una referencia nula (Nothing).

El servicio no está registrado con el tiempo de ejecución.

Se aplica a