다음을 통해 공유


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

vsCMParseStatusComplete 2

Parsing has completed with no errors.

vsCMParseStatusError 1

An error occurred while parsing this file.

Applies to