Delen via


ComponentRegistrationBridge<TComponent> Constructors

Definitie

Overloads

ComponentRegistrationBridge<TComponent>()

Initialiseert een nieuw exemplaar van de ComponentRegistrationBridge<TComponent> klasse.

ComponentRegistrationBridge<TComponent>(TComponent, IConfiguration)

Initialiseert een nieuw exemplaar van de ComponentRegistrationBridge<TComponent> klasse.

ComponentRegistrationBridge<TComponent>()

Initialiseert een nieuw exemplaar van de ComponentRegistrationBridge<TComponent> klasse.

public ComponentRegistrationBridge ();
Public Sub New ()

Van toepassing op

ComponentRegistrationBridge<TComponent>(TComponent, IConfiguration)

Initialiseert een nieuw exemplaar van de ComponentRegistrationBridge<TComponent> klasse.

public ComponentRegistrationBridge (TComponent botComponent, Microsoft.Extensions.Configuration.IConfiguration configuration = default);
new Microsoft.Bot.Builder.Dialogs.Obsolete.ComponentRegistrationBridge<'Component (requires 'Component :> Microsoft.Bot.Builder.BotComponent and 'Component : (new : unit -> 'Component))> : 'Component * Microsoft.Extensions.Configuration.IConfiguration -> Microsoft.Bot.Builder.Dialogs.Obsolete.ComponentRegistrationBridge<'Component (requires 'Component :> Microsoft.Bot.Builder.BotComponent and 'Component : (new : unit -> 'Component))>
Public Sub New (botComponent As TComponent, Optional configuration As IConfiguration = Nothing)

Parameters

botComponent
TComponent

BotComponent om te worden weergegeven als een verouderde ComponentRegistration.

configuration
IConfiguration

Optioneel IConfiguration voor het doel BotComponent.

Van toepassing op