KeyedServiceCollection<TKey,TService>.GetService Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient le service avec la clé spécifiée.
public TService GetService (IServiceProvider services, TKey key);
abstract member GetService : IServiceProvider * 'Key -> 'Service
override this.GetService : IServiceProvider * 'Key -> 'Service
Public Function GetService (services As IServiceProvider, key As TKey) As TService
Paramètres
- services
- IServiceProvider
Fournisseur de services.
- key
- TKey
Clé.
Retours
TService
Service avec la clé spécifiée.