KeyedSingletonService<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 du fournisseur de services.
public TService GetService (IServiceProvider services);
abstract member GetService : IServiceProvider -> 'Service
override this.GetService : IServiceProvider -> 'Service
Public Function GetService (services As IServiceProvider) As TService
Paramètres
- services
- IServiceProvider
Fournisseur de services.
Retours
TService
Service.