MarshalByValueComponent.GetService(Type) Método

Definição

Obtém o implementador do 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

A que representa o tipo de serviço que Type procura.

Devoluções

Um Object que representa o implementador do IServiceProvider.

Implementações

Observações

Para mais informações sobre serviços de design que pode utilizar, consulte Design-Time Arquitetura.

Aplica-se a

Ver também