FileCodeModel2.ParseStatus Property
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.
Used when the code model is built to determine whether the parse operation completed or encountered an error.
public:
property EnvDTE80::vsCMParseStatus ParseStatus { EnvDTE80::vsCMParseStatus get(); };
public:
property EnvDTE80::vsCMParseStatus ParseStatus { EnvDTE80::vsCMParseStatus get(); };
[System.Runtime.InteropServices.DispId(201)]
public EnvDTE80.vsCMParseStatus ParseStatus { [System.Runtime.InteropServices.DispId(201)] get; }
[<System.Runtime.InteropServices.DispId(201)>]
[<get: System.Runtime.InteropServices.DispId(201)>]
member this.ParseStatus : EnvDTE80.vsCMParseStatus
Public ReadOnly Property ParseStatus As vsCMParseStatus
Property Value
A vsCMParseStatus enumeration.
- Attributes