C# Класс MichaelReukauff.Protobuf.CompletionHandlerProvider

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

Private Properties

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

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

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

Implement the VsTextViewCreated method to instantiate the command handler.

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

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

Implement the VsTextViewCreated method to instantiate the command handler.
public VsTextViewCreated ( IVsTextView textViewAdapter ) : void
textViewAdapter IVsTextView The text view adapter.
Результат void