AdaptiveTestingComponentRegistration 类

定义

注意

Use AdaptiveTestingBotComponent.

AdaptiveTesting 资源的组件注册。

[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)
继承
属性

注解

这应该是最后一次注册,因为它可能会为其他组件添加测试替代。

构造函数

AdaptiveTestingComponentRegistration()
已过时.

AdaptiveTesting 资源的组件注册。

属性

BotComponent
已过时.

获取 BotComponent 要桥接到旧版 ComponentRegistration的 。

(继承自 ComponentRegistrationBridge<TComponent>)

方法

GetConverters(ResourceExplorer, SourceContext)
已过时.

返回 JsonConverters 的枚举,以支持加载声明性类型。

(继承自 DeclarativeComponentRegistrationBridge<TComponent>)
GetDeclarativeTypes(ResourceExplorer)
已过时.

返回 KindRegistrations $kind => Type 的枚举。

(继承自 DeclarativeComponentRegistrationBridge<TComponent>)
GetFromComponent<TRegistration>(IServiceCollection)
已过时.

调用 上的 BotComponent 启动以检索类型 TRegistration的注册集合。

(继承自 ComponentRegistrationBridge<TComponent>)
GetMemoryScopes()
已过时.

获取内存范围。

(继承自 ComponentRegistrationBridge<TComponent>)
GetPathResolvers()
已过时.

返回 pathresolvers 的枚举。

(继承自 ComponentRegistrationBridge<TComponent>)

适用于