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.
Represents the kind of change, used by the typeinfo protocol.
Namespace: Microsoft.VisualStudio.OLE.Interop
Assembly: Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)
Syntax
'Declaration
Public Enumeration CHANGEKIND
public enum CHANGEKIND
public enum class CHANGEKIND
type CHANGEKIND
public enum CHANGEKIND
Members
Member name | Description | |
---|---|---|
CHANGEKIND_ADDMEMBER | A member was added. | |
CHANGEKIND_CHANGEFAILED | The change failed. | |
CHANGEKIND_DELETEMEMBER | A member was deleted. | |
CHANGEKIND_GENERAL | Represents any type of change. | |
CHANGEKIND_INVALIDATE | The change was invalidated. | |
CHANGEKIND_MAX | The maximum value. | |
CHANGEKIND_SETDOCUMENTATION | The documentation was set. | |
CHANGEKIND_SETNAMES | The names were set. |