C# Класс PReview.TextViewCommandFilter

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

Защищенные методы

Метод Описание
Connect ( ) : Microsoft.VisualStudio.OLE.Interop.IOleCommandTarget This operation is implemented by calling IVsTextView.AddCommandFilter.
Disconnect ( ) : void This operation is implemented by calling IVsTextView.RemoveCommandFilter.
TextViewCommandFilter ( IVsTextView textViewAdapter ) : System

Initializes a new instance of the TextViewCommandFilter class for the specified text view.

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

Connect() защищенный Метод

This operation is implemented by calling IVsTextView.AddCommandFilter.
protected Connect ( ) : Microsoft.VisualStudio.OLE.Interop.IOleCommandTarget
Результат Microsoft.VisualStudio.OLE.Interop.IOleCommandTarget

Disconnect() защищенный Метод

This operation is implemented by calling IVsTextView.RemoveCommandFilter.
protected Disconnect ( ) : void
Результат void

TextViewCommandFilter() защищенный Метод

Initializes a new instance of the TextViewCommandFilter class for the specified text view.
protected TextViewCommandFilter ( IVsTextView textViewAdapter ) : System
textViewAdapter IVsTextView The text view this command filter should attach to.
Результат System