Sdílet prostřednictvím


ResourceExplorer Konstruktory

Definice

Přetížení

ResourceExplorer()

Inicializuje novou instanci ResourceExplorer třídy .

ResourceExplorer(ResourceExplorerOptions)

Inicializuje novou instanci ResourceExplorer třídy .

ResourceExplorer(IEnumerable<ResourceProvider>)
Zastaralé.

Inicializuje novou instanci ResourceExplorer třídy .

ResourceExplorer(IEnumerable<ResourceProvider>, IEnumerable<IComponentDeclarativeTypes>)
Zastaralé.

Inicializuje novou instanci ResourceExplorer třídy .

ResourceExplorer()

Inicializuje novou instanci ResourceExplorer třídy .

public ResourceExplorer ();
Public Sub New ()

Platí pro

ResourceExplorer(ResourceExplorerOptions)

Inicializuje novou instanci ResourceExplorer třídy .

public ResourceExplorer (Microsoft.Bot.Builder.Dialogs.Declarative.Resources.ResourceExplorerOptions options);
new Microsoft.Bot.Builder.Dialogs.Declarative.Resources.ResourceExplorer : Microsoft.Bot.Builder.Dialogs.Declarative.Resources.ResourceExplorerOptions -> Microsoft.Bot.Builder.Dialogs.Declarative.Resources.ResourceExplorer
Public Sub New (options As ResourceExplorerOptions)

Parametry

options
ResourceExplorerOptions

Konfigurace optiosn pro ResourceExplorer.

Platí pro

ResourceExplorer(IEnumerable<ResourceProvider>)

Upozornění

Use ResourceExplorer(ResourceExplorerOptions options) instead.

Inicializuje novou instanci ResourceExplorer třídy .

[System.Obsolete("Use `ResourceExplorer(ResourceExplorerOptions options)` instead.")]
public ResourceExplorer (System.Collections.Generic.IEnumerable<Microsoft.Bot.Builder.Dialogs.Declarative.Resources.ResourceProvider> providers);
[<System.Obsolete("Use `ResourceExplorer(ResourceExplorerOptions options)` instead.")>]
new Microsoft.Bot.Builder.Dialogs.Declarative.Resources.ResourceExplorer : seq<Microsoft.Bot.Builder.Dialogs.Declarative.Resources.ResourceProvider> -> Microsoft.Bot.Builder.Dialogs.Declarative.Resources.ResourceExplorer
Public Sub New (providers As IEnumerable(Of ResourceProvider))

Parametry

providers
IEnumerable<ResourceProvider>

Seznam poskytovatelů prostředků pro inicializaci aktuální instance.

Atributy

Platí pro

ResourceExplorer(IEnumerable<ResourceProvider>, IEnumerable<IComponentDeclarativeTypes>)

Upozornění

Use ResourceExplorer(ResourceExplorerOptions options) instead.

Inicializuje novou instanci ResourceExplorer třídy .

[System.Obsolete("Use `ResourceExplorer(ResourceExplorerOptions options)` instead.")]
public ResourceExplorer (System.Collections.Generic.IEnumerable<Microsoft.Bot.Builder.Dialogs.Declarative.Resources.ResourceProvider> providers, System.Collections.Generic.IEnumerable<Microsoft.Bot.Builder.Dialogs.Declarative.IComponentDeclarativeTypes> declarativeTypes);
[<System.Obsolete("Use `ResourceExplorer(ResourceExplorerOptions options)` instead.")>]
new Microsoft.Bot.Builder.Dialogs.Declarative.Resources.ResourceExplorer : seq<Microsoft.Bot.Builder.Dialogs.Declarative.Resources.ResourceProvider> * seq<Microsoft.Bot.Builder.Dialogs.Declarative.IComponentDeclarativeTypes> -> Microsoft.Bot.Builder.Dialogs.Declarative.Resources.ResourceExplorer
Public Sub New (providers As IEnumerable(Of ResourceProvider), declarativeTypes As IEnumerable(Of IComponentDeclarativeTypes))

Parametry

providers
IEnumerable<ResourceProvider>

Seznam poskytovatelů prostředků pro inicializaci aktuální instance.

declarativeTypes
IEnumerable<IComponentDeclarativeTypes>

Seznam deklarativních typů, které se mají použít. Vrátí se k hodnotě Components , pokud je nastavená hodnota null.

Atributy

Platí pro