ComponentRegistrationBridge<TComponent>.GetFromComponent<TRegistration> 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.
Appelle le démarrage sur le pour récupérer une collection d’inscriptions pour le BotComponent type TRegistration
.
protected System.Collections.Generic.IEnumerable<TRegistration> GetFromComponent<TRegistration> (Microsoft.Extensions.DependencyInjection.IServiceCollection services = default);
member this.GetFromComponent : Microsoft.Extensions.DependencyInjection.IServiceCollection -> seq<'Registration>
Protected Function GetFromComponent(Of TRegistration) (Optional services As IServiceCollection = Nothing) As IEnumerable(Of TRegistration)
Paramètres de type
- TRegistration
Type d’inscription à obtenir à partir de .BotComponent
Paramètres
- services
- IServiceCollection
IServiceCollection Initial facultatif à passer à .BotComponent S’il n’est pas fourni, un vide ServiceCollection est utilisé.
Retours
Collection d’inscriptions TRegistration
appliquée par .BotComponent