MigrationCodeGenerator.AnnotationGenerators 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
AnnotationCodeGenerator取得正在使用的實例。
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1006:DoNotNestGenericTypesInMemberSignatures")]
public virtual System.Collections.Generic.IDictionary<string,Func<System.Data.Entity.Infrastructure.Annotations.AnnotationCodeGenerator>> AnnotationGenerators { get; }
member this.AnnotationGenerators : System.Collections.Generic.IDictionary<string, Func<System.Data.Entity.Infrastructure.Annotations.AnnotationCodeGenerator>>
Public Overridable ReadOnly Property AnnotationGenerators As IDictionary(Of String, Func(Of AnnotationCodeGenerator))
屬性值
- 屬性