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

'Declaration
<FlagsAttribute> _
Public Enumeration CHANGE_SYNTHETIC_REGION_FLAGS
'Usage
Dim instance As CHANGE_SYNTHETIC_REGION_FLAGS
[FlagsAttribute]
public enum CHANGE_SYNTHETIC_REGION_FLAGS
[FlagsAttribute]
public enum class CHANGE_SYNTHETIC_REGION_FLAGS
public enum CHANGE_SYNTHETIC_REGION_FLAGS

Members

Member name Description
CSR_DEFAULT undoable
CSR_NONUNDOABLE not added to undo/redo stack (e.g. for initial presentation)

Remarks

COM Signature

From textmgr.idl:

See Also

Reference

Microsoft.VisualStudio.TextManager.Interop Namespace