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

 

Get the undo description from the given transaction scope properties.

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

public:
static String^ GetUndoDescription(
	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::String^

Return to top
Show: