FolderResourceProviderExtensions.LoadProject 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.
Add a .csproj as resource (adding the project, referenced projects and referenced packages).
public static Microsoft.Bot.Builder.Dialogs.Declarative.Resources.ResourceExplorer LoadProject (this Microsoft.Bot.Builder.Dialogs.Declarative.Resources.ResourceExplorer resourceExplorer, string projectFile, string[] ignoreFolders = default, bool monitorChanges = true);
static member LoadProject : Microsoft.Bot.Builder.Dialogs.Declarative.Resources.ResourceExplorer * string * string[] * bool -> Microsoft.Bot.Builder.Dialogs.Declarative.Resources.ResourceExplorer
<Extension()>
Public Function LoadProject (resourceExplorer As ResourceExplorer, projectFile As String, Optional ignoreFolders As String() = Nothing, Optional monitorChanges As Boolean = true) As ResourceExplorer
Parameters
- resourceExplorer
- ResourceExplorer
resource explorer.
- projectFile
- String
Project file.
- ignoreFolders
- String[]
Folders to ignore.
- monitorChanges
- Boolean
Whether to track changes.
Returns
A new ResourceExplorer.