Dela via


AdaptiveComponentRegistration Klass

Definition

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
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 TRegistration.

(Ärvd från ComponentRegistrationBridge<TComponent>)
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>)

Gäller för