FolderResourceProviderExtensions.AddFolders 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.
Dodaj zasoby folderów.
public static Microsoft.Bot.Builder.Dialogs.Declarative.Resources.ResourceExplorer AddFolders(this Microsoft.Bot.Builder.Dialogs.Declarative.Resources.ResourceExplorer explorer, string folder, string[] ignoreFolders = default, bool monitorChanges = true);
static member AddFolders : Microsoft.Bot.Builder.Dialogs.Declarative.Resources.ResourceExplorer * string * string[] * bool -> Microsoft.Bot.Builder.Dialogs.Declarative.Resources.ResourceExplorer
<Extension()>
Public Function AddFolders (explorer As ResourceExplorer, folder As String, Optional ignoreFolders As String() = Nothing, Optional monitorChanges As Boolean = true) As ResourceExplorer
Parametry
- explorer
- ResourceExplorer
Dla ResourceExplorer tej metody rozszerzenia.
- folder
- String
Kolekcja folderów do uwzględnienia jako zasoby.
- ignoreFolders
- String[]
Natychmiastowe podfoldery do zignorowania.
- monitorChanges
- Boolean
Czy śledzić zmiany.
Zwraca
Eksplorator zasobów.