IVsTextViewCreationListener.VsTextViewCreated(IVsTextView) Method

Definition

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.

Applies to