UndoableGraphTransactionScope.GetUndoDescription Method

Definition

Get the undo description from the given transaction scope properties.

public:
 static System::String ^ GetUndoDescription(System::Collections::Generic::Dictionary<System::Object ^, System::Object ^> ^ scopeProperties);
public static string GetUndoDescription (System.Collections.Generic.Dictionary<object,object> scopeProperties);
static member GetUndoDescription : System.Collections.Generic.Dictionary<obj, obj> -> string
Public Shared Function GetUndoDescription (scopeProperties As Dictionary(Of Object, Object)) As String

Parameters

scopeProperties
Dictionary<Object,Object>

The property bag from the transaction scope in question.

Returns

Applies to