JsonConverterFactory.Build(ResourceExplorer, SourceContext) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Builds an instance of Newtonsoft.Json.JsonConverter given the current SourceContext.
public abstract Newtonsoft.Json.JsonConverter Build (Microsoft.Bot.Builder.Dialogs.Declarative.Resources.ResourceExplorer resourceExplorer, Microsoft.Bot.Builder.Dialogs.Debugging.SourceContext context);
abstract member Build : Microsoft.Bot.Builder.Dialogs.Declarative.Resources.ResourceExplorer * Microsoft.Bot.Builder.Dialogs.Debugging.SourceContext -> Newtonsoft.Json.JsonConverter
Public MustOverride Function Build (resourceExplorer As ResourceExplorer, context As SourceContext) As JsonConverter
Parameters
- resourceExplorer
- ResourceExplorer
Resource explorer for the factory.
- context
- SourceContext
SourceContext for the converter.
Returns
Newtonsoft.Json.JsonConverter
Newtonsoft.Json.JsonConverter for the current SourceContext.