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);
abstract member GetService : Type -> obj
override this.GetService : Type -> obj
Public Overridable Function GetService (service As Type) As Object

Parámetros

service
Type

que Type representa el tipo de servicio que 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, consulte arquitectura deDesign-Time.

Se aplica a

Consulte también