次の方法で共有


MigrationCodeGenerator.AnnotationGenerators プロパティ

[このページは、Entity Framework 6 に関するページです。最新バージョンは、'Entity Framework' NuGet パッケージとして入手できます。Entity Framework の詳細については、msdn.com/data/ef を参照してください。]

使用されている AnnotationCodeGenerator インスタンスを取得します。

名前空間:  System.Data.Entity.Migrations.Design
アセンブリ:  EntityFramework (EntityFramework.dll 内)

構文

'宣言
<SuppressMessageAttribute("Microsoft.Design", "CA1006:DoNotNestGenericTypesInMemberSignatures")> _
Public Overridable ReadOnly Property AnnotationGenerators As IDictionary(Of String, Func(Of AnnotationCodeGenerator))
    Get
'使用
Dim instance As MigrationCodeGenerator 
Dim value As IDictionary(Of String, Func(Of AnnotationCodeGenerator))

value = instance.AnnotationGenerators
[SuppressMessageAttribute("Microsoft.Design", "CA1006:DoNotNestGenericTypesInMemberSignatures")]
public virtual IDictionary<string, Func<AnnotationCodeGenerator>> AnnotationGenerators { get; }
[SuppressMessageAttribute(L"Microsoft.Design", L"CA1006:DoNotNestGenericTypesInMemberSignatures")]
public:
virtual property IDictionary<String^, Func<AnnotationCodeGenerator^>^>^ AnnotationGenerators {
    IDictionary<String^, Func<AnnotationCodeGenerator^>^>^ get ();
}
[<SuppressMessageAttribute("Microsoft.Design", "CA1006:DoNotNestGenericTypesInMemberSignatures")>]
abstract AnnotationGenerators : IDictionary<string, Func<AnnotationCodeGenerator>>
[<SuppressMessageAttribute("Microsoft.Design", "CA1006:DoNotNestGenericTypesInMemberSignatures")>]
override AnnotationGenerators : IDictionary<string, Func<AnnotationCodeGenerator>>
function get AnnotationGenerators () : IDictionary<String, Func<AnnotationCodeGenerator>>

プロパティ値

型 : System.Collections.Generic.IDictionary<String, Func<AnnotationCodeGenerator>>

参照

参照

MigrationCodeGenerator クラス

System.Data.Entity.Migrations.Design 名前空間