LanguageService.ParseThreadIsAlive 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 le thread d’analyse est actif.
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
Valeur de propriété
true s’il existe un thread d’analyse et qu’il est actif ; sinon, false .