GraphUndoUnit::Apply Method (Action^)

 

Performs this undo or redo operation.

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

public:
virtual void Apply(
	Action^ action
)

Parameters

action
Type: System::Action^

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

Return to top
Show: