次の方法で共有


CSharpSnapshotGenerator.IgnoreAnnotations メソッド

定義

無視された注釈を削除します。

protected virtual void IgnoreAnnotations(System.Collections.Generic.IList<Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation> annotations, params string[] annotationNames);
abstract member IgnoreAnnotations : System.Collections.Generic.IList<Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation> * string[] -> unit
override this.IgnoreAnnotations : System.Collections.Generic.IList<Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation> * string[] -> unit
Protected Overridable Sub IgnoreAnnotations (annotations As IList(Of IAnnotation), ParamArray annotationNames As String())

パラメーター

annotations
IList<IAnnotation>

削除元の注釈。

annotationNames
String[]

無視された注釈名。

適用対象