IComponentDeclarativeTypes Interfejs
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Przestroga
Use BotComponent
and register declarative types through adding DeclarativeType
implementations to the IServiceCollection, for example services.AddSingleton<DeclarativeType, MyDeclarativeType>()
.
Interfejs do rejestrowania rodzajów deklaratywnych i jsonconverters do ich obsługi.
[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
- Pochodne
- Atrybuty
Metody
GetConverters(ResourceExplorer, SourceContext) |
Przestarzałe.
Zwróć wyliczenie elementów JsonConverters do obsługi typów deklaratywnych ładowania. |
GetDeclarativeTypes(ResourceExplorer) |
Przestarzałe.
Zwracanie wyliczenia kindRegistrations $kind => typ. |