共用方式為


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 命名空間