Partager via


ComponentRegistrationBridge<TComponent>.GetFromComponent<TRegistration> Méthode

Définition

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

IEnumerable<TRegistration>

Collection d’inscriptions TRegistration appliquée par .BotComponent

S’applique à