Condividi tramite


Metodo IWpfTextViewCreationListener.TextViewCreated

Chiamato quando una visualizzazione di testo con ruoli corrispondenti viene creata in base a un modello di dati di testo con un tipo di contenuto corrispondente.

Spazio dei nomi:  Microsoft.VisualStudio.Text.Editor
Assembly:  Microsoft.VisualStudio.Text.UI.Wpf (in Microsoft.VisualStudio.Text.UI.Wpf.dll)

Sintassi

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

Parametri

Sicurezza di .NET Framework

Vedere anche

Riferimenti

IWpfTextViewCreationListener Interfaccia

Spazio dei nomi Microsoft.VisualStudio.Text.Editor