vsCMParseStatus 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.
Informs the code model whether the current parse has completed and if it had errors.
public enum class vsCMParseStatus
public enum class vsCMParseStatus
enum vsCMParseStatus
[System.Runtime.InteropServices.Guid("A49FB892-EE3A-411E-8BD4-BB4AC6AE6608")]
public enum vsCMParseStatus
[<System.Runtime.InteropServices.Guid("A49FB892-EE3A-411E-8BD4-BB4AC6AE6608")>]
type vsCMParseStatus =
Public Enum vsCMParseStatus
- Inheritance
-
vsCMParseStatus
- Attributes
Fields
Name | Value | Description |
---|---|---|
vsCMParseStatusError | 1 | An error occurred while parsing this file. |
vsCMParseStatusComplete | 2 | Parsing has completed with no errors. |