ComponentRegistrationBridge<TComponent> Constructors
Definitie
Belangrijk
Bepaalde informatie heeft betrekking op een voorlopige productversie die aanzienlijk kan worden gewijzigd voordat deze wordt uitgebracht. Microsoft biedt geen enkele expliciete of impliciete garanties met betrekking tot de informatie die hier wordt verstrekt.
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.