DeclarativeComponentRegistrationBridge<TComponent>.GetConverters Metoda
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.
Zwróć wyliczenie kodu JsonConverters do obsługi typów deklaratywnych ładowania.
public System.Collections.Generic.IEnumerable<Newtonsoft.Json.JsonConverter> GetConverters (Microsoft.Bot.Builder.Dialogs.Declarative.Resources.ResourceExplorer resourceExplorer, Microsoft.Bot.Builder.Dialogs.Debugging.SourceContext sourceContext);
abstract member GetConverters : Microsoft.Bot.Builder.Dialogs.Declarative.Resources.ResourceExplorer * Microsoft.Bot.Builder.Dialogs.Debugging.SourceContext -> seq<Newtonsoft.Json.JsonConverter>
override this.GetConverters : Microsoft.Bot.Builder.Dialogs.Declarative.Resources.ResourceExplorer * Microsoft.Bot.Builder.Dialogs.Debugging.SourceContext -> seq<Newtonsoft.Json.JsonConverter>
Public Iterator Overridable NotOverridable Function GetConverters (resourceExplorer As ResourceExplorer, sourceContext As SourceContext) As IEnumerable(Of JsonConverter)
Parametry
- resourceExplorer
- ResourceExplorer
resourceExplorer.
- sourceContext
- SourceContext
SourceContext do kompilowania mapy źródłowej debugera.
Zwraca
IEnumerable<Newtonsoft.Json.JsonConverter>
jsonsconverters.