LanguageService.IsParsing Property

Definition

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.

Applies to