C# Класс Emmet.EditorExtensions.ViewCreationListener

Наследование: IVsTextViewCreationListener
Показать файл Открыть проект

Private Properties

Свойство Тип Описание

Открытые методы

Метод Описание
VsTextViewCreated ( IVsTextView textViewAdapter ) : void

Called when a IVsTextView adapter has been created and initialized.

Описание методов

VsTextViewCreated() публичный Метод

Called when a IVsTextView adapter has been created and initialized.
public VsTextViewCreated ( IVsTextView textViewAdapter ) : void
textViewAdapter IVsTextView The newly created and initialized text view adapter.
Результат void