Compartir a través de


ActivityDesignerAccessibleObject.GetService(Type) Método

Definición

Devuelve el servicio definido por el tipo especificado que está asociado a ActivityDesigner.

protected:
 System::Object ^ GetService(Type ^ serviceType);
protected object GetService (Type serviceType);
member this.GetService : Type -> obj
Protected Function GetService (serviceType As Type) As Object

Parámetros

serviceType
Type

El servicio Type a solicitar.

Devoluciones

Object

Un Object que representa el servicio solicitado o una referencia nula (Nothing en Visual Basic) si el servicio no se puede resolver.

Se aplica a