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

に渡すBotComponent省略可能な初期。IServiceCollection 指定しない場合は、空 ServiceCollection の が使用されます。

戻り値

IEnumerable<TRegistration>

によって適用される登録のBotComponentコレクションTRegistration

適用対象