CHANGEKIND 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.
Represents the kind of change, used by the typeinfo protocol.
public enum class CHANGEKIND
public enum class CHANGEKIND
enum CHANGEKIND
public enum CHANGEKIND
type CHANGEKIND =
Public Enum CHANGEKIND
- Inheritance
-
CHANGEKIND
Fields
Name | Value | Description |
---|---|---|
CHANGEKIND_ADDMEMBER | 0 | A member was added. |
CHANGEKIND_DELETEMEMBER | 1 | A member was deleted. |
CHANGEKIND_SETNAMES | 2 | The names were set. |
CHANGEKIND_SETDOCUMENTATION | 3 | The documentation was set. |
CHANGEKIND_GENERAL | 4 | Represents any type of change. |
CHANGEKIND_INVALIDATE | 5 | The change was invalidated. |
CHANGEKIND_CHANGEFAILED | 6 | The change failed. |
CHANGEKIND_MAX | 7 | The maximum value. |