AnnotatableBase.GetAnnotations メソッド

定義

現在のオブジェクトのすべての注釈を取得します。

public virtual System.Collections.Generic.IEnumerable<Microsoft.EntityFrameworkCore.Infrastructure.Annotation> GetAnnotations ();
abstract member GetAnnotations : unit -> seq<Microsoft.EntityFrameworkCore.Infrastructure.Annotation>
override this.GetAnnotations : unit -> seq<Microsoft.EntityFrameworkCore.Infrastructure.Annotation>
Public Overridable Function GetAnnotations () As IEnumerable(Of Annotation)

戻り値

適用対象