UndoableGraphTransactionScope 类

这是可用于可撤销编辑器(显示在主人应用取消堆)的一个指定图表事务范围。

继承层次结构

Object
  Microsoft.VisualStudio.GraphModel.GraphTransactionScope
    Microsoft.VisualStudio.GraphModel.UndoableGraphTransactionScope

命名空间:  Microsoft.VisualStudio.GraphModel
程序集:  Microsoft.VisualStudio.GraphModel(在 Microsoft.VisualStudio.GraphModel.dll 中)

语法

声明
Public Class UndoableGraphTransactionScope _
    Inherits GraphTransactionScope
public class UndoableGraphTransactionScope : GraphTransactionScope
public ref class UndoableGraphTransactionScope : public GraphTransactionScope
type UndoableGraphTransactionScope =  
    class 
        inherit GraphTransactionScope 
    end
public class UndoableGraphTransactionScope extends GraphTransactionScope

UndoableGraphTransactionScope 类型公开以下成员。

构造函数

  名称 说明
公共方法 UndoableGraphTransactionScope(String) 构造新的 UndoableGraphTransactionScope
公共方法 UndoableGraphTransactionScope(UndoOption) 构造新的 UndoableGraphTransactionScope
公共方法 UndoableGraphTransactionScope(Object, UndoOption) 构造新的 UndoableGraphTransactionScope
公共方法 UndoableGraphTransactionScope(Object, String, UndoOption) 构造新的 UndoableGraphTransactionScope

页首

属性

  名称 说明
公共属性 ScopeProperties 与此范围关联的属性包。 (继承自 GraphTransactionScope。)

页首

方法

  名称 说明
公共方法 Complete 标记我们为已完成。dispose 将会进行检查,如果没有调用 dispose,事务将中止。 (继承自 GraphTransactionScope。)
公共方法 Dispose() IDisposable.Dispose。 (继承自 GraphTransactionScope。)
受保护的方法 Dispose(Boolean) (重写 GraphTransactionScope.Dispose(Boolean)。)
公共方法 Equals 确定指定的对象是否等于当前对象。 (继承自 Object。)
受保护的方法 Finalize 在垃圾回收将某一对象回收前允许该对象尝试释放资源并执行其他清理操作。 (继承自 Object。)
公共方法 GetHashCode 作为默认哈希函数。 (继承自 Object。)
公共方法 GetType 获取当前实例的 Type。 (继承自 Object。)
公共方法静态成员 GetUndoDescription 从给定的事务范围属性获取撤销描述。
公共方法静态成员 GetUndoId 获取与给定的 GraphTransactionEnlistment 相关的 ID
公共方法静态成员 GetUndoOption 从给定的食物范围属性获取关联的 UndoOption。
公共方法静态成员 IsForceAdd 访问,如果该事务标记为“强制添加”,将创建一个抵消单位,即使它是空。
受保护的方法 MemberwiseClone 创建当前 Object 的浅表副本。 (继承自 Object。)
公共方法 ToString 返回表示当前对象的字符串。 (继承自 Object。)

页首

事件

  名称 说明
公共事件 Disposed 此范围释放时将得到通知

页首

字段

  名称 说明
公共字段静态成员 DisableUndo
公共字段静态成员 ForceAddKey
公共字段静态成员 UndoDescriptionKey
公共字段静态成员 UndoOptionKey

页首

线程安全

此类型的任何公共 static(在 Visual Basic 中为 Shared) 成员都是线程安全的。但不保证所有实例成员都是线程安全的。

请参阅

参考

Microsoft.VisualStudio.GraphModel 命名空间