MethodData.UpdateView, méthode
Met à jour l'affichage de conseil de méthode.
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 (dans Microsoft.VisualStudio.Package.LanguageService.dll)
Microsoft.VisualStudio.Package.LanguageService.11.0 (dans Microsoft.VisualStudio.Package.LanguageService.11.0.dll)
Microsoft.VisualStudio.Package.LanguageService.10.0 (dans Microsoft.VisualStudio.Package.LanguageService.10.0.dll)
Syntaxe
'Déclaration
Public Sub UpdateView
public void UpdateView()
Implémentations
Remarques
Cette méthode est appelée pour mettre à jour l'affichage de conseil de méthode.
Cette méthode est une implémentation de la méthode d'UpdateView sur l'interface d'IVsMethodData.
La méthode de base appelle la fenêtre d'UpdateTipWindow sur l'objet d'IVsTextView (il a été passé à la méthode d'Refresh) avec les balises UTW_CONTENTCHANGED d'TipWindowFlags | UTW_CONTEXTCHANGED.
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.