IComponentDeclarativeTypes インターフェイス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
注意事項
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 の列挙体を返します。 |