GraphUndoUnit.IsUndo(Dictionary<Object,Object>) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Determines whether the specified GraphTransactionScope is currently being used for an undo operation.
public:
static bool IsUndo(System::Collections::Generic::Dictionary<System::Object ^, System::Object ^> ^ scopeProperties);
public static bool IsUndo (System.Collections.Generic.Dictionary<object,object> scopeProperties);
static member IsUndo : System.Collections.Generic.Dictionary<obj, obj> -> bool
Public Shared Function IsUndo (scopeProperties As Dictionary(Of Object, Object)) As Boolean
Parameters
- scopeProperties
- Dictionary<Object,Object>
The ScopeProperties
Returns
whether the specified scope is currently being used for an undo operation.