Udostępnij za pośrednictwem


MarshalByValueComponent.GetService(Type) Metoda

Definicja

Pobiera implementator obiektu 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

Parametry

service
Type

Element Type reprezentujący żądany typ usługi.

Zwraca

Element Object reprezentujący implementator elementu IServiceProvider.

Implementuje

Uwagi

Aby uzyskać więcej informacji na temat usług projektanta, których można użyć, zobacz Architektura czasu projektowania.

Dotyczy

Zobacz też