LicenseContext.GetService(Type) Méthode

Définition

Obtient le service demandé, s'il est disponible.

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

Paramètres

type
Type

Type de service à récupérer.

Retours

Instance du service ou null si le service est introuvable.

Implémente

S’applique à