ChangeClusterFlags Enum

Definition

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

CCE_ABORTED 256

Indicates that a cluster has been aborted.

CCE_AFTER_CLOSE 4

Indicates that the notification is being fired after a cluster has closed.

CCE_BEFORE_CLOSE 2

Indicates that the notification is being fired before a cluster has closed.

CCE_BEFORE_OPEN 1

Indicates that the notification is being fired before a cluster has opened.

CCE_FLUSH 32

Indicates that an early notification was prompted by an explicit flush request.

CCE_REDO 16

Indicates that a cluster is a redo operation.

CCE_UNDO 8

Indicates that a cluster is an undo operation.

Applies to