UndoableGraphTransactionScope::GetUndoId Method (Dictionary<Object^, Object^>^)

 

Get the Id associated with the given GraphTransactionEnlistment

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

public:
static Object^ GetUndoId(
	Dictionary<Object^, Object^>^ scopeProperties
)

Parameters

scopeProperties
Type: System.Collections.Generic::Dictionary<Object^, Object^>^

The property bag from the transaction scope in question.

Return Value

Type: System::Object^

Return to top
Show: