LanguageService.OnActiveViewChanged, méthode
Appelé lorsque l'affichage en cours a changé à une vue différente.
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 Overridable Sub OnActiveViewChanged ( _
textView As IVsTextView _
)
public virtual void OnActiveViewChanged(
IVsTextView textView
)
Paramètres
- textView
Type : Microsoft.VisualStudio.TextManager.Interop.IVsTextView
[in] l'objet d'IVsTextView représentant le nouvel affichage en cours.
Remarques
Cette méthode est en général appelée lorsqu'une nouvelle vue a été ajoutée au gestionnaire de fenêtre de code.
La méthode de base enregistre en interne la vue donnée comme actuellement - vue active.
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.