UndoableGraphTransactionScope Constructor (UndoOption)
Construct a new UndoableGraphTransactionScope
Namespace: Microsoft.VisualStudio.GraphModel
Assembly: Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)
Syntax
'Declaration
Public Sub New ( _
option As UndoOption _
)
public UndoableGraphTransactionScope(
UndoOption option
)
public:
UndoableGraphTransactionScope(
UndoOption option
)
new :
option:UndoOption -> UndoableGraphTransactionScope
public function UndoableGraphTransactionScope(
option : UndoOption
)
Parameters
option
Type: Microsoft.VisualStudio.GraphModel.UndoOptionOption on how the change should be handled on the application undo stack
.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.
See Also
Reference
UndoableGraphTransactionScope Class