共用方式為


BotConfigurationExtensions.IsProjectNameSpaceless 方法

定義

檢查項目的名稱是否包含空白字元。

public static bool IsProjectNameSpaceless (this Microsoft.Bot.Configuration.BotConfiguration botConfiguration, string folder);
static member IsProjectNameSpaceless : Microsoft.Bot.Configuration.BotConfiguration * string -> bool
<Extension()>
Public Function IsProjectNameSpaceless (botConfiguration As BotConfiguration, folder As String) As Boolean

參數

botConfiguration
BotConfiguration

要擴充的 BotConfiguration 物件。

folder
String

要驗證的資料夾路徑。

傳回

布林值,指出專案的名稱是否為無空格。

例外狀況

找不到 '.scproj' 檔案或有兩個以上的 'csproj' 檔案時擲回。

當 param 'folder' 為 null 時擲回。

適用於