次の方法で共有


IAnnotationCodeGenerator.FilterIgnoredAnnotations メソッド

定義

コードを annotations 生成しない注釈を除外します。

public System.Collections.Generic.IEnumerable<Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation> FilterIgnoredAnnotations (System.Collections.Generic.IEnumerable<Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation> annotations);
abstract member FilterIgnoredAnnotations : seq<Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation> -> seq<Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation>
Public Function FilterIgnoredAnnotations (annotations As IEnumerable(Of IAnnotation)) As IEnumerable(Of IAnnotation)

パラメーター

annotations
IEnumerable<IAnnotation>

無視された注釈をフィルター処理する注釈。

戻り値

フィルター処理された注釈。

適用対象