Delen via


UndoableGraphTransactionScope.GetUndoId Method

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Get the Id associated with the given GraphTransactionEnlistment

Namespace:  Microsoft.VisualStudio.GraphModel
Assembly:  Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)

Syntax

'Declaration
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

Parameters

Return Value

Type: System.Object

.NET Framework Security

See Also

Reference

UndoableGraphTransactionScope Class

Microsoft.VisualStudio.GraphModel Namespace