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
textView
Tipo: Microsoft.VisualStudio.Text.Editor.IWpfTextViewVista de texto creada recientemente.
Seguridad de .NET Framework
- Plena confianza para el llamador inmediato. Un código de confianza parcial no puede utilizar este miembro. Para obtener más información, vea Utilizar bibliotecas de código que no es de plena confianza.