Partager via


ParseRequest.Scope, propriété

Spécifie l'objet d'AuthoringScope qui est utilisé pour retourner les informations étendues de l'opération d'analyse.

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 Scope As AuthoringScope
public AuthoringScope Scope { get; set; }

Valeur de propriété

Type : Microsoft.VisualStudio.Package.AuthoringScope
Retourne un objet AuthoringScope.

Remarques

Cette propriété est en général définie après qu'une opération d'analyse s'achève mais pas par l'analyseur.ParseSource dans la classe d'LanguageService retourne un objet d'AuthoringScope créé par l'opération d'analyse.Cet objet d'AuthoringScope est en général assigné à la propriété d'Scope dans l'objet d'ParseRequest pour le conserver avec les informations de demande d'analyser.

Sécurité .NET Framework

Voir aussi

Référence

ParseRequest Classe

Microsoft.VisualStudio.Package, espace de noms