Sdílet prostřednictvím


UndoableGraphTransactionScope.GetUndoId – metoda

Získat Id pro danou GraphTransactionEnlistment

Obor názvů:  Microsoft.VisualStudio.GraphModel
Sestavení:  Microsoft.VisualStudio.GraphModel (v Microsoft.VisualStudio.GraphModel.dll)

Syntaxe

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

Parametry

Vrácená hodnota

Typ: System.Object

Zabezpečení rozhraní .NET Framework

Viz také

Referenční dokumentace

UndoableGraphTransactionScope Třída

Microsoft.VisualStudio.GraphModel – obor názvů