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
textViewAdapter
Type: Microsoft.VisualStudio.TextManager.Interop.IVsTextViewThe newly created and initialized text view adapter.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.