IVsTextViewCreationListener.VsTextViewCreated(IVsTextView) 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 IVsTextView adapter has been created and initialized.
public:
void VsTextViewCreated(Microsoft::VisualStudio::TextManager::Interop::IVsTextView ^ textViewAdapter);
public:
void VsTextViewCreated(Microsoft::VisualStudio::TextManager::Interop::IVsTextView ^ textViewAdapter);
void VsTextViewCreated(Microsoft::VisualStudio::TextManager::Interop::IVsTextView const & textViewAdapter);
public void VsTextViewCreated (Microsoft.VisualStudio.TextManager.Interop.IVsTextView textViewAdapter);
abstract member VsTextViewCreated : Microsoft.VisualStudio.TextManager.Interop.IVsTextView -> unit
Public Sub VsTextViewCreated (textViewAdapter As IVsTextView)
Parameters
- textViewAdapter
- IVsTextView
The newly created and initialized text view adapter.