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
textView
Type : Microsoft.VisualStudio.Text.Editor.IWpfTextViewAffichage de texte venant d'être créé.
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, voir Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.