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
'Usage
Dim instance As CHANGEKIND
public enum CHANGEKIND
public enum class CHANGEKIND
public enum CHANGEKIND
Members
Member name | Description | |
---|---|---|
CHANGEKIND_ADDMEMBER | A member was added. | |
CHANGEKIND_DELETEMEMBER | A member was deleted. | |
CHANGEKIND_SETNAMES | The names were set. | |
CHANGEKIND_SETDOCUMENTATION | The documentation was set. | |
CHANGEKIND_GENERAL | Represents any type of change. | |
CHANGEKIND_INVALIDATE | The change was invalidated. | |
CHANGEKIND_CHANGEFAILED | The change failed. | |
CHANGEKIND_MAX | The maximum value. |