CSharpSnapshotGenerator.GenerateAnnotation メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
GenerateAnnotation(IAnnotation, IndentedStringBuilder) |
fluent API 呼び出しがない注釈のコードを生成します。 |
GenerateAnnotation(IAnnotation, IndentedStringBuilder) |
注釈のコードを生成します。 |
GenerateAnnotation(IAnnotation, IndentedStringBuilder)
fluent API 呼び出しがない注釈のコードを生成します。
protected virtual void GenerateAnnotation(Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation annotation, Microsoft.EntityFrameworkCore.Infrastructure.IndentedStringBuilder stringBuilder);
abstract member GenerateAnnotation : Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation * Microsoft.EntityFrameworkCore.Infrastructure.IndentedStringBuilder -> unit
override this.GenerateAnnotation : Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation * Microsoft.EntityFrameworkCore.Infrastructure.IndentedStringBuilder -> unit
Protected Overridable Sub GenerateAnnotation (annotation As IAnnotation, stringBuilder As IndentedStringBuilder)
パラメーター
- annotation
- IAnnotation
注釈。
- stringBuilder
- IndentedStringBuilder
ビルダー コードが に追加されます。
適用対象
GenerateAnnotation(IAnnotation, IndentedStringBuilder)
注釈のコードを生成します。
protected virtual void GenerateAnnotation(Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation annotation, Microsoft.EntityFrameworkCore.Internal.IndentedStringBuilder stringBuilder);
abstract member GenerateAnnotation : Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation * Microsoft.EntityFrameworkCore.Internal.IndentedStringBuilder -> unit
override this.GenerateAnnotation : Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation * Microsoft.EntityFrameworkCore.Internal.IndentedStringBuilder -> unit
Protected Overridable Sub GenerateAnnotation (annotation As IAnnotation, stringBuilder As IndentedStringBuilder)
パラメーター
- annotation
- IAnnotation
注釈。
- stringBuilder
- Microsoft.EntityFrameworkCore.Internal.IndentedStringBuilder
ビルダー コードが に追加されます。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Entity Framework