LanguageService.IsParsing, propriété
Détermine si un arrière-plan analysent est en cours.
Espace de noms : Microsoft.VisualStudio.Package
Assemblys : Microsoft.VisualStudio.Package.LanguageService.9.0 (dans Microsoft.VisualStudio.Package.LanguageService.9.0.dll)
Microsoft.VisualStudio.Package.LanguageService.10.0 (dans Microsoft.VisualStudio.Package.LanguageService.10.0.dll)
Microsoft.VisualStudio.Package.LanguageService.11.0 (dans Microsoft.VisualStudio.Package.LanguageService.11.0.dll)
Microsoft.VisualStudio.Package.LanguageService (dans Microsoft.VisualStudio.Package.LanguageService.dll)
Syntaxe
'Déclaration
Public Property IsParsing As Boolean
public bool IsParsing { get; set; }
Valeur de propriété
Type : System.Boolean
Retourne la valeur true si une opération d'analyse d'arrière-plan exécute ; retours sinon, false.
Remarques
Cette propriété est définie par la classe de base juste avant que la méthode d'ParseSource soit appelée sur un thread d'arrière-plan et la propriété est désactivée juste après la méthode d'ParseSource se retourne.
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.