Compartir a través de


Método EntityDesignerChangeScope.Dispose

Releases all resources used by the current instance of the EntityDesignerChangeScope class.

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 MustOverride Sub Dispose
public abstract void Dispose ()
public:
virtual void Dispose () abstract
public abstract void Dispose ()
public abstract function Dispose ()

Notas

In a Visual Studio property extension, the Dispose method should be called when you have finished all actions within an EntityDesignerChangeScope. If you call the Dispose method before calling the Complete method, any changes that were made in the EntityDesignerChangeScope will be discarded.

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.

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

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

Otros recursos

Visual Studio Extensibility Developer Center
Developing Visual Studio Extensions