Freigeben über


IWpfTextViewCreationListener.TextViewCreated-Methode

Wird aufgerufen, wenn eine Textansicht mit übereinstimmenden Rollen über ein Modell für Textdaten aufweist, erstellt wird, das einen entsprechenden Inhaltstyp verfügt.

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

Syntax

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

Parameter

.NET Framework-Sicherheit

Siehe auch

Referenz

IWpfTextViewCreationListener Schnittstelle

Microsoft.VisualStudio.Text.Editor-Namespace