IComponentDeclarativeTypes Interface
Definição
Importante
Algumas informações dizem respeito a um produto pré-lançado que pode ser substancialmente modificado antes de ser lançado. A Microsoft não faz garantias, de forma expressa ou implícita, em relação à informação aqui apresentada.
Atenção
Use BotComponent
and register declarative types through adding DeclarativeType
implementations to the IServiceCollection, for example services.AddSingleton<DeclarativeType, MyDeclarativeType>()
.
Interface para registar tipos declarativos e jsonconverters para os suportar.
[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
- Derivado
- Atributos
Métodos
GetConverters(ResourceExplorer, SourceContext) |
Obsoleto.
Devolver uma enumeração de JsonConverters para suportar tipos declarativos de carregamento. |
GetDeclarativeTypes(ResourceExplorer) |
Obsoleto.
Devolver uma enumeração de KindRegistrations $kind => Type. |