Поделиться через


ComponentRegistrationBridge<TComponent>.GetFromComponent<TRegistration> Метод

Определение

Вызывает запуск в для BotComponent получения коллекции регистраций для типа 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)

Параметры типа

TRegistration

Тип регистрации, получаемой из BotComponent.

Параметры

services
IServiceCollection

Необязательный начальный для IServiceCollection передачи в BotComponent. Если этот параметр не указан, используется пустой ServiceCollection объект .

Возвращаемое значение

IEnumerable<TRegistration>

Коллекция регистрацийTRegistration, применяемых .BotComponent

Применяется к