VCFileCodeModel.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.
Gets an enumeration defining the outcome of parsing the file for the code model.
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 object.
Implements
- Attributes