Compartir a través de


IVsTextViewCreationListener.VsTextViewCreated (Método)

Se invoca cuando un adaptador de IVsTextView se ha creado e inicializado.

Espacio de nombres:  Microsoft.VisualStudio.Editor
Ensamblado:  Microsoft.VisualStudio.Editor (en Microsoft.VisualStudio.Editor.dll)

Sintaxis

'Declaración
Sub VsTextViewCreated ( _
    textViewAdapter As IVsTextView _
)
void VsTextViewCreated(
    IVsTextView textViewAdapter
)
void VsTextViewCreated(
    IVsTextView^ textViewAdapter
)
abstract VsTextViewCreated : 
        textViewAdapter:IVsTextView -> unit
function VsTextViewCreated(
    textViewAdapter : IVsTextView
)

Parámetros

  • textViewAdapter
    Tipo: IVsTextView

    Adaptador de vista de texto que se acaba de crear e inicializar.

Seguridad de .NET Framework

Vea también

Referencia

IVsTextViewCreationListener Interfaz

Microsoft.VisualStudio.Editor (Espacio de nombres)