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
vsCMParseStatus ParseStatus { get; }
property vsCMParseStatus ParseStatus {
    vsCMParseStatus get ();
}
abstract ParseStatus : vsCMParseStatus with get
function get ParseStatus () : vsCMParseStatus

Property Value

Type: EnvDTE80.vsCMParseStatus
A vsCMParseStatus object.

.NET Framework Security

See Also

Reference

VCFileCodeModel Interface

Microsoft.VisualStudio.VCCodeModel Namespace