Partager via


UndoableGraphTransactionScope.GetUndoId, méthode

Obtient l'identificateur associé au GraphTransactionEnlistment donné

Espace de noms :  Microsoft.VisualStudio.GraphModel
Assembly :  Microsoft.VisualStudio.GraphModel (dans Microsoft.VisualStudio.GraphModel.dll)

Syntaxe

'Déclaration
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

Paramètres

Valeur de retour

Type : System.Object

Sécurité .NET Framework

Voir aussi

Référence

UndoableGraphTransactionScope Classe

Microsoft.VisualStudio.GraphModel, espace de noms