Defines the types of change events that may be fired in the CodeModelEvents object.
Namespace: EnvDTE80
Assembly: EnvDTE80 (in EnvDTE80.dll)
Syntax
'Declaration
<GuidAttribute("81DD2950-B7E7-4D51-BFD7-11B086738F6E")> _
Public Enumeration vsCMChangeKind
[GuidAttribute("81DD2950-B7E7-4D51-BFD7-11B086738F6E")]
public enum vsCMChangeKind
[GuidAttribute(L"81DD2950-B7E7-4D51-BFD7-11B086738F6E")]
public enum class vsCMChangeKind
[<GuidAttribute("81DD2950-B7E7-4D51-BFD7-11B086738F6E")>]
type vsCMChangeKind
public enum vsCMChangeKind
Members
| Member name | Description | |
|---|---|---|
| vsCMChangeKindArgumentChange | The arguments for an attribute have changed. | |
| vsCMChangeKindBaseChange | The base types for the element have changed. | |
| vsCMChangeKindRename | An element has been renamed. | |
| vsCMChangeKindSignatureChange | The parameters to the object have changed. | |
| vsCMChangeKindTypeRefChange | The object’s type (or return type) has changed. | |
| vsCMChangeKindUnknown | An unknown change has occurred. |