Compartilhar via


Método IWpfTextViewCreationListener.TextViewCreated

Chamado quando um modo de exibição de texto tendo funções correspondentes é criado através de um modelo de dados de texto com um tipo de conteúdo correspondente.

Namespace:  Microsoft.VisualStudio.Text.Editor
Assembly:  Microsoft.VisualStudio.Text.UI.Wpf (em Microsoft.VisualStudio.Text.UI.Wpf.dll)

Sintaxe

'Declaração
Sub TextViewCreated ( _
    textView As IWpfTextView _
)
void TextViewCreated(
    IWpfTextView textView
)
void TextViewCreated(
    IWpfTextView^ textView
)
abstract TextViewCreated : 
        textView:IWpfTextView -> unit
function TextViewCreated(
    textView : IWpfTextView
)

Parâmetros

Segurança do .NET Framework

Consulte também

Referência

IWpfTextViewCreationListener Interface

Namespace Microsoft.VisualStudio.Text.Editor