IKeyedServiceCollection<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.
Surcharges
GetService(TKey) | |
GetService(IServiceProvider, TKey) |
Obtient le service avec la clé spécifiée. |
GetService(TKey)
public TService GetService (TKey key);
abstract member GetService : 'Key -> 'Service
Public Function GetService (key As TKey) As TService
Paramètres
- key
- TKey
Retours
TService
S’applique à
GetService(IServiceProvider, TKey)
- Source:
- IKeyedServiceCollection.cs
Obtient le service avec la clé spécifiée.
public TService GetService (IServiceProvider services, TKey key);
abstract member 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.