LanguageService.ParseThreadIsAlive 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.
Determines whether the parse thread is alive.
protected:
property bool ParseThreadIsAlive { bool get(); };
protected:
property bool ParseThreadIsAlive { bool get(); };
protected bool ParseThreadIsAlive { get; }
member this.ParseThreadIsAlive : bool
Protected ReadOnly Property ParseThreadIsAlive As Boolean
Property Value
true
if there is a parse thread and it is alive, otherwise false
.