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
'宣言
<FlagsAttribute> _
Public Enumeration CHANGE_SYNTHETIC_REGION_FLAGS
'使用
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: