Partager via


IComponentDeclarativeTypes Interface

Définition

Attention

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

Interface permettant d’inscrire des types déclaratifs et des jsonconverteurs pour les prendre en charge.

[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
Dérivé
Attributs

Méthodes

GetConverters(ResourceExplorer, SourceContext)
Obsolète.

Retourne une énumération de JsonConverters pour la prise en charge des types déclaratifs de chargement.

GetDeclarativeTypes(ResourceExplorer)
Obsolète.

Retourne une énumération de KindRegistrations $kind => Type.

S’applique à