UndoableGraphTransactionScope Constructor (Object^, UndoOption)

 

Construct a new UndoableGraphTransactionScope

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

public:
UndoableGraphTransactionScope(
	Object^ undoUnitId,
	UndoOption option
)

Parameters

undoUnitId
Type: System::Object^

The id of the undoable action, should not be a System.String object

option
Type: Microsoft.VisualStudio.GraphModel::UndoOption

Option on how the change should be handled on the application undo stack

Return to top
Show: