ServiceDescriptor.IsKeyedService Propriété
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 une valeur qui indique si le service est un service à clé.
public:
property bool IsKeyedService { bool get(); };
public bool IsKeyedService { get; }
member this.IsKeyedService : bool
Public ReadOnly Property IsKeyedService As Boolean