vsCMParseStatus Enumeration

Informs the code model whether the current parse has completed and if it had errors.

Namespace:  EnvDTE80
Assembly:  EnvDTE80 (in EnvDTE80.dll)

Syntax

'Declaration
<GuidAttribute("A49FB892-EE3A-411E-8BD4-BB4AC6AE6608")> _
Public Enumeration vsCMParseStatus
[GuidAttribute("A49FB892-EE3A-411E-8BD4-BB4AC6AE6608")]
public enum vsCMParseStatus
[GuidAttribute(L"A49FB892-EE3A-411E-8BD4-BB4AC6AE6608")]
public enum class vsCMParseStatus
[<GuidAttribute("A49FB892-EE3A-411E-8BD4-BB4AC6AE6608")>]
type vsCMParseStatus
public enum vsCMParseStatus

Members

Member name Description
vsCMParseStatusError An error occurred while parsing this file.
vsCMParseStatusComplete Parsing has completed with no errors.

See Also

Reference

EnvDTE80 Namespace