共用方式為


MigrationCodeGenerator.GetDefaultNamespaces(Boolean) 方法

定義

取得任何產生的程式碼都必須輸出為 「using」 或 「Imports」 指示詞的預設命名空間。

protected virtual System.Collections.Generic.IEnumerable<string> GetDefaultNamespaces (bool designer = false);
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1026:DefaultParametersShouldNotBeUsed")]
protected virtual System.Collections.Generic.IEnumerable<string> GetDefaultNamespaces (bool designer = false);
abstract member GetDefaultNamespaces : bool -> seq<string>
override this.GetDefaultNamespaces : bool -> seq<string>
Protected Overridable Function GetDefaultNamespaces (Optional designer As Boolean = false) As IEnumerable(Of String)

參數

designer
Boolean

值,指出是否為程式碼後置檔案產生這個類別。

傳回

命名空間名稱的已排序清單。

屬性

適用於