Compartir a través de


IWpfTextViewCreationListener.TextViewCreated (Método)

Llamado cuando una vista de texto con roles coincidentes se crea en un modelo de datos de texto que tiene un tipo de contenido correspondiente.

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

Sintaxis

'Declaración
Sub TextViewCreated ( _
    textView As IWpfTextView _
)
void TextViewCreated(
    IWpfTextView textView
)
void TextViewCreated(
    IWpfTextView^ textView
)
abstract TextViewCreated : 
        textView:IWpfTextView -> unit
function TextViewCreated(
    textView : IWpfTextView
)

Parámetros

Seguridad de .NET Framework

Vea también

Referencia

IWpfTextViewCreationListener Interfaz

Microsoft.VisualStudio.Text.Editor (Espacio de nombres)