UndoableGraphTransactionScope::GetUndoDescription Method (Dictionary<Object^, Object^>^)
Visual Studio 2015
Get the undo description from the given transaction scope properties.
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^
Show: