Metodo UndoableGraphTransactionScope.GetUndoId

Ottiene l'ID associato al GraphTransactionEnlistment fornito.

Spazio dei nomi:  Microsoft.VisualStudio.GraphModel
Assembly:  Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)

Sintassi

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

Parametri

Valore restituito

Tipo: System.Object

Sicurezza di .NET Framework

Vedere anche

Riferimenti

UndoableGraphTransactionScope Classe

Spazio dei nomi Microsoft.VisualStudio.GraphModel