Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 | |
---|---|---|
vsCMChangeKindRename | An element has been renamed. | |
vsCMChangeKindUnknown | An unknown change has occurred. | |
vsCMChangeKindSignatureChange | The parameters to the object have changed. | |
vsCMChangeKindTypeRefChange | The object’s type (or return type) has changed. | |
vsCMChangeKindBaseChange | The base types for the element have changed. | |
vsCMChangeKindArgumentChange | The arguments for an attribute have changed. |