Share via


GraphUndoUnit.IsRedo Method

Determines whether the specified GraphTransactionScope is currently being used for a redo operation.

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

Syntax

'Declaration
Public Shared Function IsRedo ( _
    scopeProperties As Dictionary(Of Object, Object) _
) As Boolean
public static bool IsRedo(
    Dictionary<Object, Object> scopeProperties
)
public:
static bool IsRedo(
    Dictionary<Object^, Object^>^ scopeProperties
)
static member IsRedo : 
        scopeProperties:Dictionary<Object, Object> -> bool
public static function IsRedo(
    scopeProperties : Dictionary<Object, Object>
) : boolean

Parameters

  • scopeProperties
    Type: Dictionary<Object, Object>

    The ScopeProperties

Return Value

Type: Boolean
whether the specified scope is currently being used for a redo operation.

.NET Framework Security

See Also

Reference

GraphUndoUnit Class

Microsoft.VisualStudio.GraphModel Namespace