Dela via


DialogsComponentRegistration Klass

Definition

Gör dialogrutor tillgängliga för systemregistreringsfunktionen.

public class DialogsComponentRegistration : Microsoft.Bot.Builder.Dialogs.Obsolete.ComponentRegistrationBridge<Microsoft.Bot.Builder.Dialogs.DialogsBotComponent>
type DialogsComponentRegistration = class
    inherit ComponentRegistrationBridge<DialogsBotComponent>
Public Class DialogsComponentRegistration
Inherits ComponentRegistrationBridge(Of DialogsBotComponent)
Arv

Konstruktorer

DialogsComponentRegistration()

Gör dialogrutor tillgängliga för systemregistreringsfunktionen.

Egenskaper

BotComponent

Kommer BotComponent att bryggas till det äldre ComponentRegistration.

(Ärvd från ComponentRegistrationBridge<TComponent>)

Metoder

GetFromComponent<TRegistration>(IServiceCollection)

Anropar start på BotComponent för att hämta en samling registreringar för typen TRegistration.

(Ärvd från ComponentRegistrationBridge<TComponent>)
GetMemoryScopes()

Hämtar minnesomfattningarna.

(Ärvd från ComponentRegistrationBridge<TComponent>)
GetPathResolvers()

Returnera uppräkning av pathresolvers.

(Ärvd från ComponentRegistrationBridge<TComponent>)

Gäller för