IWpfTextViewCreationListener.TextViewCreated(IWpfTextView) Method

Definition

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

public:
 void TextViewCreated(Microsoft::VisualStudio::Text::Editor::IWpfTextView ^ textView);
public:
 void TextViewCreated(Microsoft::VisualStudio::Text::Editor::IWpfTextView ^ textView);
void TextViewCreated(Microsoft::VisualStudio::Text::Editor::IWpfTextView const & textView);
public void TextViewCreated (Microsoft.VisualStudio.Text.Editor.IWpfTextView textView);
abstract member TextViewCreated : Microsoft.VisualStudio.Text.Editor.IWpfTextView -> unit
Public Sub TextViewCreated (textView As IWpfTextView)

Parameters

textView
IWpfTextView

The newly created text view.

Applies to