ServiceManager.GetRequiredService<TServiceType> Méthode

Définition

Récupère le service demandé.

public:
generic <typename TServiceType>
 TServiceType GetRequiredService();
public TServiceType GetRequiredService<TServiceType> ();
member this.GetRequiredService : unit -> 'ServiceType
Public Function GetRequiredService(Of TServiceType) () As TServiceType

Paramètres de type

TServiceType

Type de service à récupérer.

Retours

TServiceType

Type générique correspondant à une instance du service.

Exceptions

Il n'existe aucun service du type donné.

Remarques

Contrairement à GetService, cette méthode lève une NotSupportedException si le service n'est pas disponible.

S’applique à