Поделиться через


IVsTextViewCreationListener.VsTextViewCreated - метод

Вызывается при создании и инициализации адаптера IVsTextView.

Пространство имен:  Microsoft.VisualStudio.Editor
Сборка:  Microsoft.VisualStudio.Editor (в Microsoft.VisualStudio.Editor.dll)

Синтаксис

'Декларация
Sub VsTextViewCreated ( _
    textViewAdapter As IVsTextView _
)
void VsTextViewCreated(
    IVsTextView textViewAdapter
)
void VsTextViewCreated(
    IVsTextView^ textViewAdapter
)
abstract VsTextViewCreated : 
        textViewAdapter:IVsTextView -> unit
function VsTextViewCreated(
    textViewAdapter : IVsTextView
)

Параметры

  • textViewAdapter
    Тип: IVsTextView

    Созданный и инициализированный адаптер представления текста.

Безопасность платформы .NET Framework

См. также

Ссылки

IVsTextViewCreationListener Интерфейс

Microsoft.VisualStudio.Editor - пространство имен