Share via


VCFileCodeModel.ParseStatus Property

Gets an enumeration defining the outcome of parsing the file for the code model.

Namespace:  Microsoft.VisualStudio.VCCodeModel
Assembly:  Microsoft.VisualStudio.VCCodeModel (in Microsoft.VisualStudio.VCCodeModel.dll)

Syntax

'Declaration
ReadOnly Property ParseStatus As vsCMParseStatus
    Get
vsCMParseStatus ParseStatus { get; }
property vsCMParseStatus ParseStatus {
    vsCMParseStatus get ();
}
abstract ParseStatus : vsCMParseStatus
function get ParseStatus () : vsCMParseStatus

Property Value

Type: EnvDTE80.vsCMParseStatus
A vsCMParseStatus object.

Implements

FileCodeModel2.ParseStatus

.NET Framework Security

See Also

Reference

VCFileCodeModel Interface

ParseStatus Overload

Microsoft.VisualStudio.VCCodeModel Namespace