CSharpMigrationCodeGenerator.WriteClassAttributes 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
產生類別屬性。
protected virtual void WriteClassAttributes (System.Data.Entity.Migrations.Utilities.IndentedTextWriter writer, bool designer);
abstract member WriteClassAttributes : System.Data.Entity.Migrations.Utilities.IndentedTextWriter * bool -> unit
override this.WriteClassAttributes : System.Data.Entity.Migrations.Utilities.IndentedTextWriter * bool -> unit
Protected Overridable Sub WriteClassAttributes (writer As IndentedTextWriter, designer As Boolean)
參數
- writer
- IndentedTextWriter
要加入所產生程式碼的文字寫入器。
- designer
- Boolean
值,指出是否為程式碼後置檔案產生這個類別。