Share via


GraphUndoUnit.Apply Method

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Performs this undo or redo operation.

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

Syntax

'Declaration
Public Overridable Sub Apply ( _
    action As Action _
)
public virtual void Apply(
    Action action
)
public:
virtual void Apply(
    Action^ action
)
abstract Apply : 
        action:Action -> unit  
override Apply : 
        action:Action -> unit
public function Apply(
    action : Action
)

Parameters

  • action
    Type: System.Action

    Action to perform inside to apply changes and update state. Called from inside a graph transaction

.NET Framework Security

See Also

Reference

GraphUndoUnit Class

Microsoft.VisualStudio.GraphModel Namespace