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_HIDDEN_REGION_FLAGS
[FlagsAttribute]
public enum CHANGE_HIDDEN_REGION_FLAGS
[FlagsAttribute]
public enum class CHANGE_HIDDEN_REGION_FLAGS
[<FlagsAttribute>]
type CHANGE_HIDDEN_REGION_FLAGS
public enum CHANGE_HIDDEN_REGION_FLAGS
Members
Member name | Description | |
---|---|---|
chrDefault | The region can be undone. | |
chrNonUndoable | The region is not added to undo/redo stack (for example, for initial presentation). |