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
- 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.