Partager via


ParseRequest.DirtySpan, propriété

Spécifie une étendue de la source qui a changé.

Espace de noms :  Microsoft.VisualStudio.Package
Assemblys :   Microsoft.VisualStudio.Package.LanguageService (dans Microsoft.VisualStudio.Package.LanguageService.dll)
  Microsoft.VisualStudio.Package.LanguageService.11.0 (dans Microsoft.VisualStudio.Package.LanguageService.11.0.dll)
  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)

Syntaxe

'Déclaration
Public Property DirtySpan As TextSpan
public TextSpan DirtySpan { get; set; }

Valeur de propriété

Type : Microsoft.VisualStudio.TextManager.Interop.TextSpan
Retourne un objet d'TextSpan spécifiant une étendue de source.

Remarques

Cela est en général défini pour limiter l'étendue de l'opération d'analyse comme optimisation.Elle peut être ignorée par un analyseur.

Sécurité .NET Framework

Voir aussi

Référence

ParseRequest Classe

Microsoft.VisualStudio.Package, espace de noms