AdaptiveComponentRegistration 類別

定義

警告

Use AdaptiveBotComponent instead.

ComponentRegistration 自適性元件的實作。

[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)
繼承
屬性

建構函式

AdaptiveComponentRegistration()
已淘汰.

初始化 AdaptiveComponentRegistration 類別的新執行個體。

屬性

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

適用於