LanguageService.IsParsing Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Détermine si une analyse en arrière-plan est en cours.
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
Valeur de propriété
Retourne la valeur true si une opération d'analyse d'arrière-plan s'exécute; sinon, retourne la valeur false.
Remarques
Cette propriété est définie par la classe de base juste avant que la ParseSource méthode soit appelée sur un thread d’arrière-plan et la propriété est effacée juste après le retour de la ParseSource méthode.