IVsTextViewCreationListener.VsTextViewCreated Method

Called when a IVsTextView adapter has been created and initialized.

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

Syntax

'Declaration
Sub VsTextViewCreated ( _
    textViewAdapter As IVsTextView _
)
void VsTextViewCreated(
    IVsTextView textViewAdapter
)
void VsTextViewCreated(
    IVsTextView^ textViewAdapter
)
abstract VsTextViewCreated : 
        textViewAdapter:IVsTextView -> unit 
function VsTextViewCreated(
    textViewAdapter : IVsTextView
)

Parameters

.NET Framework Security

See Also

Reference

IVsTextViewCreationListener Interface

Microsoft.VisualStudio.Editor Namespace