MarshalByValueComponent.GetService(Type) Método

Definición

Obtiene el implementador de IServiceProvider.

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

Parámetros

service
Type

Type que representa el tipo de servicio que se desea.

Devoluciones

Object que representa el implementador de IServiceProvider.

Implementaciones

Comentarios

Para obtener más información sobre los servicios de diseñador que puede usar, vea Arquitectura en tiempo de diseño.

Se aplica a

Consulte también