FolderResourceProviderExtensions.LoadProject 方法

定义

将 .csproj 添加为资源, () 添加项目、引用的项目和引用的包。

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

参数

resourceExplorer
ResourceExplorer

资源资源管理器。

projectFile
String

项目文件。

ignoreFolders
String[]

要忽略的文件夹。

monitorChanges
Boolean

是否跟踪更改。

返回

一个新的 ResourceExplorer

适用于