Partager via


IWpfTextViewCreationListener.TextViewCreated, méthode

Appelé lorsqu'un affichage de texte ayant des rôles correspondants est créé sur d'un modèle de données texte ayant un type de contenu correspondant.

Espace de noms :  Microsoft.VisualStudio.Text.Editor
Assembly :  Microsoft.VisualStudio.Text.UI.Wpf (dans Microsoft.VisualStudio.Text.UI.Wpf.dll)

Syntaxe

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

Paramètres

Sécurité .NET Framework

Voir aussi

Référence

IWpfTextViewCreationListener Interface

Microsoft.VisualStudio.Text.Editor, espace de noms