AdaptiveComponentRegistration 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.
Varning
Use AdaptiveBotComponent
instead.
ComponentRegistration implementering för anpassningsbara komponenter.
[System.Obsolete("Use `AdaptiveBotComponent` instead.")]
public class AdaptiveComponentRegistration : Microsoft.Bot.Builder.Dialogs.Declarative.Obsolete.DeclarativeComponentRegistrationBridge<Microsoft.Bot.Builder.Dialogs.Adaptive.AdaptiveBotComponent>
[<System.Obsolete("Use `AdaptiveBotComponent` instead.")>]
type AdaptiveComponentRegistration = class
inherit DeclarativeComponentRegistrationBridge<AdaptiveBotComponent>
Public Class AdaptiveComponentRegistration
Inherits DeclarativeComponentRegistrationBridge(Of AdaptiveBotComponent)
- Arv
-
AdaptiveComponentRegistration
- Attribut
Konstruktorer
AdaptiveComponentRegistration() |
Föråldrad.
Initierar en ny instans av AdaptiveComponentRegistration klassen. |
Egenskaper
BotComponent |
Föråldrad.
Kommer BotComponent att bryggas till det äldre ComponentRegistration. (Ärvd från ComponentRegistrationBridge<TComponent>) |
Metoder
GetConverters(ResourceExplorer, SourceContext) |
Föråldrad.
Returnera en uppräkning av JsonConverters för att stödja inläsning av deklarativa typer. (Ärvd från DeclarativeComponentRegistrationBridge<TComponent>) |
GetDeclarativeTypes(ResourceExplorer) |
Föråldrad.
Returnera en uppräkning av KindRegistrations $kind => Typ. (Ärvd från DeclarativeComponentRegistrationBridge<TComponent>) |
GetFromComponent<TRegistration>(IServiceCollection) |
Föråldrad.
Anropar start på BotComponent för att hämta en samling registreringar för typen |
GetMemoryScopes() |
Föråldrad.
Hämtar minnesomfattningarna. (Ärvd från ComponentRegistrationBridge<TComponent>) |
GetPathResolvers() |
Föråldrad.
Returnera uppräkning av pathresolvers. (Ärvd från ComponentRegistrationBridge<TComponent>) |