ResourceExplorer Конструкторы
Определение
Важно!
Некоторые сведения относятся к предварительной версии продукта, в которую до выпуска могут быть внесены существенные изменения. Майкрософт не предоставляет никаких гарантий, явных или подразумеваемых, относительно приведенных здесь сведений.
Перегрузки
ResourceExplorer() |
Инициализирует новый экземпляр класса ResourceExplorer. |
ResourceExplorer(ResourceExplorerOptions) |
Инициализирует новый экземпляр класса ResourceExplorer. |
ResourceExplorer(IEnumerable<ResourceProvider>) |
Устаревшие..
Инициализирует новый экземпляр класса ResourceExplorer. |
ResourceExplorer(IEnumerable<ResourceProvider>, IEnumerable<IComponentDeclarativeTypes>) |
Устаревшие..
Инициализирует новый экземпляр класса ResourceExplorer. |
ResourceExplorer()
Инициализирует новый экземпляр класса ResourceExplorer.
public ResourceExplorer ();
Public Sub New ()
Применяется к
ResourceExplorer(ResourceExplorerOptions)
Инициализирует новый экземпляр класса ResourceExplorer.
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)
Параметры
- options
- ResourceExplorerOptions
Конфигурация optiosn для ResourceExplorer.
Применяется к
ResourceExplorer(IEnumerable<ResourceProvider>)
Внимание!
Use ResourceExplorer(ResourceExplorerOptions options)
instead.
Инициализирует новый экземпляр класса ResourceExplorer.
[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))
Параметры
- providers
- IEnumerable<ResourceProvider>
Список поставщиков ресурсов для инициализации текущего экземпляра.
- Атрибуты
Применяется к
ResourceExplorer(IEnumerable<ResourceProvider>, IEnumerable<IComponentDeclarativeTypes>)
Внимание!
Use ResourceExplorer(ResourceExplorerOptions options)
instead.
Инициализирует новый экземпляр класса ResourceExplorer.
[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))
Параметры
- providers
- IEnumerable<ResourceProvider>
Список поставщиков ресурсов для инициализации текущего экземпляра.
- declarativeTypes
- IEnumerable<IComponentDeclarativeTypes>
Список декларативных типов для использования. Возвращается к , Components если задано значение NULL.
- Атрибуты