LanguageService.GetCodeWindowManagerForView, méthode
Retourne CodeWindowManager associé à l'objet spécifié d'IVsTextView.
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 Function GetCodeWindowManagerForView ( _
view As IVsTextView _
) As CodeWindowManager
public CodeWindowManager GetCodeWindowManagerForView(
IVsTextView view
)
Paramètres
- view
Type : Microsoft.VisualStudio.TextManager.Interop.IVsTextView
[in] l'objet d'IVsTextView pour lequel obtenir l'objet associé d'CodeWindowManager.
Valeur de retour
Type : Microsoft.VisualStudio.Package.CodeWindowManager
Si réussi, retours un objet d'CodeWindowManager ; sinon, les retours une valeur NULL indiquant qu'il n'y a pas d'objet associé d'CodeWindowManager pour l'objet donné d'IVsTextView.
Remarques
Chaque CodeWindowManager est associé à un objet d'IVsTextView.Cette méthode recherche une liste interne pour CodeWindowManager qui a un objet correspondant d'IVsTextView et retourne l'objet recherché d'CodeWindowManager.
Dans le service de langage de langue par défaut, cette méthode est appelée d'LanguageService.OnIdle et d'LanguageService.SynchronizeDropdowns.
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.