IWpfTextViewCreationListener.TextViewCreated(IWpfTextView) 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::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.