Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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: 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.