IVsTextViewCreationListener::VsTextViewCreated Method (IVsTextView^)

 

Called when a IVsTextView adapter has been created and initialized.

Namespace:   Microsoft.VisualStudio.Editor
Assembly:  Microsoft.VisualStudio.Editor (in Microsoft.VisualStudio.Editor.dll)

void VsTextViewCreated(
	IVsTextView^ textViewAdapter
)

Parameters

textViewAdapter
Type: Microsoft.VisualStudio.TextManager.Interop::IVsTextView^

The newly created and initialized text view adapter.

Return to top
Show: