CHANGE_SYNTHETIC_REGION_FLAGS Enumeration

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

'Déclaration
<FlagsAttribute> _
Public Enumeration CHANGE_SYNTHETIC_REGION_FLAGS
'Utilisation
Dim instance As 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).

See Also

Reference

Microsoft.VisualStudio.TextManager.Interop Namespace