Freigeben über


UndoableGraphTransactionScope.GetUndoId-Methode

Ruft die ID ab, die dem angegebenen GraphTransactionEnlistment zugeordnet ist.

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

Parameter

  • scopeProperties
    Typ: Dictionary<Object, Object>

    Der Eigenschaftensammlung des fraglichen Transaktionsbereichs.

Rückgabewert

Typ: Object

.NET Framework-Sicherheit

Siehe auch

Referenz

UndoableGraphTransactionScope Klasse

Microsoft.VisualStudio.GraphModel-Namespace