DialogsComponentRegistration Klass
Definition
Viktigt
En del information gäller för förhandsversionen av en produkt och kan komma att ändras avsevärt innan produkten blir allmänt tillgänglig. Microsoft lämnar inga garantier, uttryckliga eller underförstådda, avseende informationen som visas här.
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
-
DialogsComponentRegistration
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 |
GetMemoryScopes() |
Hämtar minnesomfattningarna. (Ärvd från ComponentRegistrationBridge<TComponent>) |
GetPathResolvers() |
Returnera uppräkning av pathresolvers. (Ärvd från ComponentRegistrationBridge<TComponent>) |