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.ActionAction to perform inside to apply changes and update state. Called from inside a graph transaction
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.