次の方法で共有


IComponentDeclarativeTypes インターフェイス

定義

注意事項

Use BotComponent and register declarative types through adding DeclarativeType implementations to the IServiceCollection, for example services.AddSingleton<DeclarativeType, MyDeclarativeType>().

宣言型と jsonconverters を登録してそれらをサポートするためのインターフェイス。

[System.Obsolete("Use `BotComponent` and register declarative types through adding `DeclarativeType` implementations to the IServiceCollection, for example `services.AddSingleton<DeclarativeType, MyDeclarativeType>()`.")]
public interface IComponentDeclarativeTypes
[<System.Obsolete("Use `BotComponent` and register declarative types through adding `DeclarativeType` implementations to the IServiceCollection, for example `services.AddSingleton<DeclarativeType, MyDeclarativeType>()`.")>]
type IComponentDeclarativeTypes = interface
Public Interface IComponentDeclarativeTypes
派生
属性

メソッド

GetConverters(ResourceExplorer, SourceContext)
古い.

宣言型の読み込みをサポートするための JsonConverters の列挙体を返します。

GetDeclarativeTypes(ResourceExplorer)
古い.

KindRegistrations $kind => Type の列挙体を返します。

適用対象