Udostępnij za pośrednictwem


vsCMParseStatus Enum

Definition

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.

Applies to