DialogsComponentRegistration 类

定义

使对话框组件可用于系统注册功能。

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)
继承

构造函数

DialogsComponentRegistration()

使对话框组件可用于系统注册功能。

属性

BotComponent

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

(继承自 ComponentRegistrationBridge<TComponent>)

方法

GetFromComponent<TRegistration>(IServiceCollection)

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

(继承自 ComponentRegistrationBridge<TComponent>)
GetMemoryScopes()

获取内存范围。

(继承自 ComponentRegistrationBridge<TComponent>)
GetPathResolvers()

返回 pathresolvers 的枚举。

(继承自 ComponentRegistrationBridge<TComponent>)

适用于