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.
Specifies whether the region is added to the undo/redo stack.
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
Namespace: Microsoft.VisualStudio.TextManager.Interop
Assembly: Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)
Syntax
'Declaration
<FlagsAttribute> _
Public Enumeration CHANGE_SYNTHETIC_REGION_FLAGS
[FlagsAttribute]
public enum CHANGE_SYNTHETIC_REGION_FLAGS
[FlagsAttribute]
public enum class CHANGE_SYNTHETIC_REGION_FLAGS
[<FlagsAttribute>]
type CHANGE_SYNTHETIC_REGION_FLAGS
public enum CHANGE_SYNTHETIC_REGION_FLAGS
Members
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). |