FolderResourceProviderExtensions.LoadProject 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
將 .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。