ChangeClusterFlags Enumeration
Visual Studio 2015
Provides information about a group of undo/redo operations. Used in IVsChangeClusterEvents calls.
Assembly: Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)
| 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. |
Show: