CHANGEKIND Enum

Definition

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

CHANGEKIND_ADDMEMBER 0

A member was added.

CHANGEKIND_CHANGEFAILED 6

The change failed.

CHANGEKIND_DELETEMEMBER 1

A member was deleted.

CHANGEKIND_GENERAL 4

Represents any type of change.

CHANGEKIND_INVALIDATE 5

The change was invalidated.

CHANGEKIND_MAX 7

The maximum value.

CHANGEKIND_SETDOCUMENTATION 3

The documentation was set.

CHANGEKIND_SETNAMES 2

The names were set.

Applies to