Поделиться через


EntityDesignerChangeScope - класс

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

Пространство имен: Microsoft.Data.Entity.Design.Extensibility
Сборка: Microsoft.Data.Entity.Design.Extensibility (в microsoft.data.entity.design.extensibility.dll)

Использование

Синтаксис

'Декларация
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

Замечания

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.

Иерархия наследования

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

Многопоточное использование

Все общие статические члены (Shared в Visual Basic) можно использовать в потокобезопасных операциях. Безопасная многопоточная работа с членами экземпляров типа не гарантируется.

Платформы

Платформы разработки

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

Целевые платформы

См. также

Справочник

Члены EntityDesignerChangeScope
Microsoft.Data.Entity.Design.Extensibility - пространство имен

Другие ресурсы

Visual Studio Extensibility Developer Center
Developing Visual Studio Extensions