IVsTextViewCreationListener.VsTextViewCreated, méthode
Appelée lorsqu'un adaptateur IVsTextView a été créé et initialisé.
Espace de noms : Microsoft.VisualStudio.Editor
Assembly : Microsoft.VisualStudio.Editor (dans Microsoft.VisualStudio.Editor.dll)
Syntaxe
'Déclaration
Sub VsTextViewCreated ( _
textViewAdapter As IVsTextView _
)
void VsTextViewCreated(
IVsTextView textViewAdapter
)
void VsTextViewCreated(
IVsTextView^ textViewAdapter
)
abstract VsTextViewCreated :
textViewAdapter:IVsTextView -> unit
function VsTextViewCreated(
textViewAdapter : IVsTextView
)
Paramètres
textViewAdapter
Type : IVsTextViewAdaptateur de vue de texte récemment créé et initialisé.
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.