vsCMChangeKind 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.
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
Name | Value | Description |
---|---|---|
vsCMChangeKindRename | 1 | An element has been renamed. |
vsCMChangeKindUnknown | 2 | An unknown change has occurred. |
vsCMChangeKindSignatureChange | 4 | The parameters to the object have changed. |
vsCMChangeKindTypeRefChange | 8 | The object’s type (or return type) has changed. |
vsCMChangeKindBaseChange | 16 | The base types for the element have changed. |
vsCMChangeKindArgumentChange | 32 | The arguments for an attribute have changed. |