IVsEditorAdaptersFactoryService.GetViewAdapter, méthode
Obtenez l'adaptateur d'IVsTextView pour cet affichage de texte (s'il existe).
Espace de noms : Microsoft.VisualStudio.Editor
Assembly : Microsoft.VisualStudio.Editor (dans Microsoft.VisualStudio.Editor.dll)
Syntaxe
'Déclaration
Function GetViewAdapter ( _
textView As ITextView _
) As IVsTextView
IVsTextView GetViewAdapter(
ITextView textView
)
IVsTextView^ GetViewAdapter(
ITextView^ textView
)
abstract GetViewAdapter :
textView:ITextView -> IVsTextView
function GetViewAdapter(
textView : ITextView
) : IVsTextView
Paramètres
textView
Type : Microsoft.VisualStudio.Text.Editor.ITextViewVue de texte concernée.
Valeur de retour
Type : IVsTextView
L'adaptateur d'affichage de texte, ou nullune référence null (Nothing en Visual Basic) si aucun adaptateur n'existe.
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | textView a la valeur null. |
Notes
Des adaptateurs sont en général générés uniquement pour des fenêtres de document.
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, voir Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.