ResourceExplorerOptions Constructor
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.
Initializes a new instance of the ResourceExplorerOptions class.
public ResourceExplorerOptions (System.Collections.Generic.IEnumerable<Microsoft.Bot.Builder.Dialogs.Declarative.Resources.ResourceProvider> resourceProviders = default, System.Collections.Generic.IEnumerable<Microsoft.Bot.Builder.Dialogs.Declarative.DeclarativeType> declarativeTypes = default, System.Collections.Generic.IEnumerable<Microsoft.Bot.Builder.Dialogs.Declarative.Converters.JsonConverterFactory> converterFactories = default);
new Microsoft.Bot.Builder.Dialogs.Declarative.Resources.ResourceExplorerOptions : seq<Microsoft.Bot.Builder.Dialogs.Declarative.Resources.ResourceProvider> * seq<Microsoft.Bot.Builder.Dialogs.Declarative.DeclarativeType> * seq<Microsoft.Bot.Builder.Dialogs.Declarative.Converters.JsonConverterFactory> -> Microsoft.Bot.Builder.Dialogs.Declarative.Resources.ResourceExplorerOptions
Public Sub New (Optional resourceProviders As IEnumerable(Of ResourceProvider) = Nothing, Optional declarativeTypes As IEnumerable(Of DeclarativeType) = Nothing, Optional converterFactories As IEnumerable(Of JsonConverterFactory) = Nothing)
Parameters
- resourceProviders
- IEnumerable<ResourceProvider>
Initial collection of ResourceProvider to bootstrap the ResourceExplorer.
- declarativeTypes
- IEnumerable<DeclarativeType>
Initial collection of DeclarativeType to bootstrap the ResourceExplorer.
- converterFactories
- IEnumerable<JsonConverterFactory>
Initial collection of JsonConverterFactory to bootstrap the ResourceExplorer.