UndoableGraphTransactionScope.GetUndoId 方法

获取与给定的 GraphTransactionEnlistment 相关的 ID

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

语法

声明
Public Shared Function GetUndoId ( _
    scopeProperties As Dictionary(Of Object, Object) _
) As Object
public static Object GetUndoId(
    Dictionary<Object, Object> scopeProperties
)
public:
static Object^ GetUndoId(
    Dictionary<Object^, Object^>^ scopeProperties
)
static member GetUndoId : 
        scopeProperties:Dictionary<Object, Object> -> Object 
public static function GetUndoId(
    scopeProperties : Dictionary<Object, Object>
) : Object

参数

返回值

类型:System.Object

.NET Framework 安全性

请参见

参考

UndoableGraphTransactionScope 类

Microsoft.VisualStudio.GraphModel 命名空间