Partager via


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 : IVsTextView

    Adaptateur de vue de texte récemment créé et initialisé.

Sécurité .NET Framework

Voir aussi

Référence

IVsTextViewCreationListener Interface

Microsoft.VisualStudio.Editor, espace de noms