DeclarativeComponentRegistration 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
注意
Use DeclarativeBotComponent
.
注册声明性类型。
[System.Obsolete("Use `DeclarativeBotComponent`.")]
public class DeclarativeComponentRegistration : Microsoft.Bot.Builder.Dialogs.Declarative.Obsolete.DeclarativeComponentRegistrationBridge<Microsoft.Bot.Builder.Dialogs.Declarative.DeclarativeBotComponent>
[<System.Obsolete("Use `DeclarativeBotComponent`.")>]
type DeclarativeComponentRegistration = class
inherit DeclarativeComponentRegistrationBridge<DeclarativeBotComponent>
Public Class DeclarativeComponentRegistration
Inherits DeclarativeComponentRegistrationBridge(Of DeclarativeBotComponent)
- 继承
-
DeclarativeComponentRegistration
- 属性
构造函数
DeclarativeComponentRegistration() |
已过时.
注册声明性类型。 |
属性
BotComponent |
已过时.
获取 BotComponent 要桥接到旧版 ComponentRegistration的 。 (继承自 ComponentRegistrationBridge<TComponent>) |
方法
GetConverters(ResourceExplorer, SourceContext) |
已过时.
返回 JsonConverters 的枚举,以支持加载声明性类型。 (继承自 DeclarativeComponentRegistrationBridge<TComponent>) |
GetDeclarativeTypes(ResourceExplorer) |
已过时.
返回 KindRegistrations $kind => Type 的枚举。 (继承自 DeclarativeComponentRegistrationBridge<TComponent>) |
GetFromComponent<TRegistration>(IServiceCollection) |
已过时.
对 BotComponent 调用启动以检索类型 |
GetMemoryScopes() |
已过时.
获取内存范围。 (继承自 ComponentRegistrationBridge<TComponent>) |
GetPathResolvers() |
已过时.
返回 pathresolvers 的枚举。 (继承自 ComponentRegistrationBridge<TComponent>) |