vsCMParseStatus Enumeration
Visual Studio 2015
Informs the code model whether the current parse has completed and if it had errors.
Assembly: EnvDTE80 (in EnvDTE80.dll)
| Member name | Description | |
|---|---|---|
| vsCMParseStatusComplete | Parsing has completed with no errors. | |
| vsCMParseStatusError | An error occurred while parsing this file. |
Show: