ENC_BUILD_STATE 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.
Specifies the current Edit and Continue build state.
public enum class ENC_BUILD_STATE
public enum class ENC_BUILD_STATE
enum ENC_BUILD_STATE
public enum ENC_BUILD_STATE
type ENC_BUILD_STATE =
Public Enum ENC_BUILD_STATE
- Inheritance
-
ENC_BUILD_STATE
Fields
ENC_APPLY_READY | 3 | Edits exist, and no errors exist. |
ENC_COMPILE_ERRORS | 2 | Compile errors are present. |
ENC_NONCONTINUABLE_ERRORS | 1 | Rude Edit and Continue edits are present. |
ENC_NOT_MODIFIED | 0 | No user edits have occurred. |