Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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 | |
|---|---|---|
| vsCMParseStatusComplete | Parsing has completed with no errors. | |
| vsCMParseStatusError | An error occurred while parsing this file. |