ITextViewCreationListener.TextViewCreated(ITextView) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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::ITextView ^ textView);
public void TextViewCreated (Microsoft.VisualStudio.Text.Editor.ITextView textView);
abstract member TextViewCreated : Microsoft.VisualStudio.Text.Editor.ITextView -> unit
Public Sub TextViewCreated (textView As ITextView)
Parameters
- textView
- ITextView
The newly created text view.