Component.GetService(Type) Méthode

Définition

Retourne un objet qui représente un service fourni par Component ou par son Container.

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

Paramètres

service
Type

Service fourni par Component.

Retours

Object qui représente un service fourni par Component, ou null si Component ne fournit pas le service spécifié.

Remarques

Cette méthode peut être remplacée par une classe dérivée.

S’applique à

Voir aussi