ChangeClusterFlags Enumeration
Provides information about a group of undo/redo operations. Used in IVsChangeClusterEvents calls.
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 ChangeClusterFlags
[FlagsAttribute]
public enum ChangeClusterFlags
[FlagsAttribute]
public enum class ChangeClusterFlags
[<FlagsAttribute>]
type ChangeClusterFlags
public enum ChangeClusterFlags
Members
Member name | Description | |
---|---|---|
CCE_ABORTED | Indicates that a cluster has been aborted. | |
CCE_AFTER_CLOSE | Indicates that the notification is being fired after a cluster has closed. | |
CCE_BEFORE_CLOSE | Indicates that the notification is being fired before a cluster has closed. | |
CCE_BEFORE_OPEN | Indicates that the notification is being fired before a cluster has opened. | |
CCE_FLUSH | Indicates that an early notification was prompted by an explicit flush request. | |
CCE_REDO | Indicates that a cluster is a redo operation. | |
CCE_UNDO | Indicates that a cluster is an undo operation. |