CHANGE_SYNTHETIC_REGION_FLAGS Enumeration

 

Specifies whether the region is added to the undo/redo stack.

Namespace:   Microsoft.VisualStudio.TextManager.Interop
Assembly:  Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)

[FlagsAttribute]
public enum CHANGE_SYNTHETIC_REGION_FLAGS

Member nameDescription
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).

Return to top
Show: