ENC_BUILD_STATE Enumeration

Specifies the current Edit and Continue build state.

Namespace:  Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.9.0 (in Microsoft.VisualStudio.Shell.Interop.9.0.dll)

Syntax

'Declaration
Public Enumeration ENC_BUILD_STATE
public enum ENC_BUILD_STATE
public enum class ENC_BUILD_STATE
type ENC_BUILD_STATE
public enum ENC_BUILD_STATE

Members

Member name Description
ENC_APPLY_READY Edits exist, and no errors exist.
ENC_COMPILE_ERRORS Compile errors are present.
ENC_NONCONTINUABLE_ERRORS Rude Edit and Continue edits are present.
ENC_NOT_MODIFIED No user edits have occurred.

See Also

Reference

Microsoft.VisualStudio.Shell.Interop Namespace