CHANGE_SYNTHETIC_REGION_FLAGS Enumeration
Visual Studio 2015
Specifies whether the region is added to the undo/redo stack.
Assembly: Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)
| Member name | Description | |
|---|---|---|
| CSR_DEFAULT | The default; the region is added to the undo/redo stack. | |
| CSR_NONUNDOABLE | The region is not added to undo/redo stack (e.g. for initial presentation). |
Show: