IWpfTextViewCreationListener::TextViewCreated Method (IWpfTextView^)

 

Called when a text view having matching roles is created over a text data model having a matching content type.

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

void TextViewCreated(
	IWpfTextView^ textView
)

Parameters

textView
Type: Microsoft.VisualStudio.Text.Editor::IWpfTextView^

The newly created text view.

Return to top
Show: