Dela via


AdaptiveTestingComponentRegistration Klass

Definition

Varning

Use AdaptiveTestingBotComponent.

Komponentregistrering för AdaptiveTesting-resurser.

[System.Obsolete("Use `AdaptiveTestingBotComponent`.")]
public class AdaptiveTestingComponentRegistration : Microsoft.Bot.Builder.Dialogs.Declarative.Obsolete.DeclarativeComponentRegistrationBridge<Microsoft.Bot.Builder.Dialogs.Adaptive.Testing.AdaptiveTestingBotComponent>
[<System.Obsolete("Use `AdaptiveTestingBotComponent`.")>]
type AdaptiveTestingComponentRegistration = class
    inherit DeclarativeComponentRegistrationBridge<AdaptiveTestingBotComponent>
Public Class AdaptiveTestingComponentRegistration
Inherits DeclarativeComponentRegistrationBridge(Of AdaptiveTestingBotComponent)
Arv
Attribut

Kommentarer

Detta bör vara den sista registreringen eftersom den kan lägga till test åsidosättningar för andra komponenter.

Konstruktorer

AdaptiveTestingComponentRegistration()
Föråldrad.

Komponentregistrering för AdaptiveTesting-resurser.

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