IDependencyResolver.GetServices(Type) 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.
Résout plusieurs services enregistrés.
public System.Collections.Generic.IEnumerable<object> GetServices (Type serviceType);
abstract member GetServices : Type -> seq<obj>
Public Function GetServices (serviceType As Type) As IEnumerable(Of Object)
Paramètres
- serviceType
- Type
Type des services demandés.
Retours
Services demandés.