GraphUndoUnit::IsUndo Method (Dictionary<Object^, Object^>^)

 

Determines whether the specified GraphTransactionScope is currently being used for an undo operation.

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

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

Parameters

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

The ScopeProperties

Return Value

Type: System::Boolean

whether the specified scope is currently being used for an undo operation.

Return to top
Show: