IComponentDeclarativeTypes Interfaccia
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Attenzione
Use BotComponent
and register declarative types through adding DeclarativeType
implementations to the IServiceCollection, for example services.AddSingleton<DeclarativeType, MyDeclarativeType>()
.
Interfaccia per la registrazione di tipi dichiarativi e jsonconverter per supportarli.
[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
- Derivato
- Attributi
Metodi
GetConverters(ResourceExplorer, SourceContext) |
Obsoleti.
Restituisce un'enumerazione di JsonConverters per supportare il caricamento di tipi dichiarativi. |
GetDeclarativeTypes(ResourceExplorer) |
Obsoleti.
Restituisce un'enumerazione KindRegistrations $kind => Type. |