ChangeClusterFlags Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides information about a group of undo/redo operations. Used in IVsChangeClusterEvents calls.
This enumeration supports a bitwise combination of its member values.
public enum class ChangeClusterFlags
public enum class ChangeClusterFlags
enum ChangeClusterFlags
[System.Flags]
public enum ChangeClusterFlags
[<System.Flags>]
type ChangeClusterFlags =
Public Enum ChangeClusterFlags
- Inheritance
-
ChangeClusterFlags
- Attributes
Fields
Name | Value | Description |
---|---|---|
CCE_BEFORE_OPEN | 1 | Indicates that the notification is being fired before a cluster has opened. |
CCE_BEFORE_CLOSE | 2 | Indicates that the notification is being fired before a cluster has closed. |
CCE_AFTER_CLOSE | 4 | Indicates that the notification is being fired after a cluster has closed. |
CCE_UNDO | 8 | Indicates that a cluster is an undo operation. |
CCE_REDO | 16 | Indicates that a cluster is a redo operation. |
CCE_FLUSH | 32 | Indicates that an early notification was prompted by an explicit flush request. |
CCE_ABORTED | 256 | Indicates that a cluster has been aborted. |