IServiceProviderIsKeyedService.IsKeyedService(Type, Object) 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.
Détermine si le type de service spécifié avec la clé de service spécifiée est disponible à partir de IServiceProvider.
public:
bool IsKeyedService(Type ^ serviceType, System::Object ^ serviceKey);
public bool IsKeyedService (Type serviceType, object? serviceKey);
abstract member IsKeyedService : Type * obj -> bool
Public Function IsKeyedService (serviceType As Type, serviceKey As Object) As Boolean
Paramètres
- serviceType
- Type
Objet qui spécifie le type d’objet de service à tester.
- serviceKey
- Object
ServiceKey du service.
Retours
true
si le service spécifié est disponible, false
s’il ne l’est pas.
S’applique à
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.