Share via


Clase EntityDesignerChangeScope

Creates a unit of work that can be undone or redone with the Undo and Redo buttons in Visual Studio.

Espacio de nombres: Microsoft.Data.Entity.Design.Extensibility
Ensamblado: Microsoft.Data.Entity.Design.Extensibility (en microsoft.data.entity.design.extensibility.dll)

Uso

Sintaxis

'Declaración
Public MustInherit Class EntityDesignerChangeScope
    Implements IDisposable
public abstract class EntityDesignerChangeScope : IDisposable
public ref class EntityDesignerChangeScope abstract : IDisposable
public abstract class EntityDesignerChangeScope implements IDisposable
public abstract class EntityDesignerChangeScope implements IDisposable

Notas

In a Visual Studio property extension, the EntityDesignerChangeScope class allows you to create a unit of work that can be undone or redone with the Undo and Redo buttons in Visual Studio. An instance of EntityDesignerChangeScope is created by the CreateChangeScope method.

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.

Jerarquía de herencia

System.Object
  Microsoft.Data.Entity.Design.Extensibility.EntityDesignerChangeScope

Seguridad para subprocesos

Cualquier miembro estático público (Compartidos en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.

Plataformas

Plataformas de desarrollo

Microsoft Windows XP Home Edition, Windows XP Professional, Windows Server 2003 , Windows Server 2008 y Windows 2000

Plataformas de destino

Vea también

Referencia

Miembros EntityDesignerChangeScope
Espacio de nombres Microsoft.Data.Entity.Design.Extensibility

Otros recursos

Visual Studio Extensibility Developer Center
Developing Visual Studio Extensions