vsCMChangeKind Enum

Definition

Defines the types of change events that may be fired in the CodeModelEvents object.

public enum class vsCMChangeKind
public enum class vsCMChangeKind
enum vsCMChangeKind
[System.Runtime.InteropServices.Guid("81DD2950-B7E7-4D51-BFD7-11B086738F6E")]
public enum vsCMChangeKind
[<System.Runtime.InteropServices.Guid("81DD2950-B7E7-4D51-BFD7-11B086738F6E")>]
type vsCMChangeKind = 
Public Enum vsCMChangeKind
Inheritance
vsCMChangeKind
Attributes

Fields

vsCMChangeKindArgumentChange 32

The arguments for an attribute have changed.

vsCMChangeKindBaseChange 16

The base types for the element have changed.

vsCMChangeKindRename 1

An element has been renamed.

vsCMChangeKindSignatureChange 4

The parameters to the object have changed.

vsCMChangeKindTypeRefChange 8

The object’s type (or return type) has changed.

vsCMChangeKindUnknown 2

An unknown change has occurred.

Applies to