Freigeben über


ModelGenerationExtensionContext-Klasse

Provides file and project information to Visual Studio extensions that extend the .edmx file generation process of the Entity Data Model Wizard.

Namespace: Microsoft.Data.Entity.Design.Extensibility
Assembly: Microsoft.Data.Entity.Design.Extensibility (in microsoft.data.entity.design.extensibility.dll)

Verwendung

Syntax

'Declaration
Public MustInherit Class ModelGenerationExtensionContext
    Inherits ExtensionContext
public abstract class ModelGenerationExtensionContext : ExtensionContext
public ref class ModelGenerationExtensionContext abstract : public ExtensionContext
public abstract class ModelGenerationExtensionContext extends ExtensionContext
public abstract class ModelGenerationExtensionContext extends ExtensionContext

Hinweise

In a Visual Studio extension, the ModelGenerationExtensionContext class is used when you want to extend the .edmx file generation process of the Entity Data Model Wizard. An instance of the ModelGenerationExtensionContext class is passed to the IModelGenerationExtension.OnAfterModelGenerated method, which defines custom .edmx file generation functionality of the Entity Data Model Wizard.

For more information about extending the functionality of the ADO.NET Entity Data Model Tools, see Extending the Entity Data Model Tools and ADO.NET Entity Data Model Designer Extension Starter Kit.

Vererbungshierarchie

System.Object
   Microsoft.Data.Entity.Design.Extensibility.ExtensionContext
    Microsoft.Data.Entity.Design.Extensibility.ModelGenerationExtensionContext
       Microsoft.Data.Entity.Design.Extensibility.UpdateModelExtensionContext

Threadsicherheit

Alle öffentlichen statischen (Shared in Visual Basic) Member dieses Typs sind threadsicher. Bei Instanzmembern ist die Threadsicherheit nicht sichergestellt.

Plattformen

Entwicklungsplattformen

Windows XP Home Edition, Windows XP Professional, Windows Server 2003 , Windows Server 2008 und Windows 2000

Zielplattformen

Siehe auch

Verweis

ModelGenerationExtensionContext-Member
Microsoft.Data.Entity.Design.Extensibility-Namespace

Weitere Ressourcen

Visual Studio Extensibility Developer Center
Developing Visual Studio Extensions
.edmx File Overview