다음을 통해 공유


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[]

무시된 주석 이름입니다.

적용 대상