LanguageService.IsParsing 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 if a background parse is in progress.
public:
property bool IsParsing { bool get(); void set(bool value); };
public:
property bool IsParsing { bool get(); void set(bool value); };
public bool IsParsing { get; set; }
member this.IsParsing : bool with get, set
Public Property IsParsing As Boolean
Property Value
Returns true if a background parsing operation is running; otherwise, returns false.
Remarks
This property is set by the base class just before the ParseSource method is called on a background thread and the property is cleared just after the ParseSource method returns.