Delen via


DeclarativeComponentRegistrationBridge<TComponent> Constructors

Definitie

Overloads

DeclarativeComponentRegistrationBridge<TComponent>()

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

DeclarativeComponentRegistrationBridge<TComponent>(TComponent, IConfiguration)

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

DeclarativeComponentRegistrationBridge<TComponent>()

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

public DeclarativeComponentRegistrationBridge ();
Public Sub New ()

Van toepassing op

DeclarativeComponentRegistrationBridge<TComponent>(TComponent, IConfiguration)

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

public DeclarativeComponentRegistrationBridge (TComponent botComponent, Microsoft.Extensions.Configuration.IConfiguration configuration = default);
new Microsoft.Bot.Builder.Dialogs.Declarative.Obsolete.DeclarativeComponentRegistrationBridge<'Component (requires 'Component :> Microsoft.Bot.Builder.BotComponent and 'Component : (new : unit -> 'Component))> : 'Component * Microsoft.Extensions.Configuration.IConfiguration -> Microsoft.Bot.Builder.Dialogs.Declarative.Obsolete.DeclarativeComponentRegistrationBridge<'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