C# Class PReview.TextViewCommandFilter

Inheritance: CommandFilter
Afficher le fichier Open project: laurentkempe/PReview

Méthodes protégées

Méthode Description
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.

Method Details

Connect() protected méthode

This operation is implemented by calling IVsTextView.AddCommandFilter.
protected Connect ( ) : Microsoft.VisualStudio.OLE.Interop.IOleCommandTarget
Résultat Microsoft.VisualStudio.OLE.Interop.IOleCommandTarget

Disconnect() protected méthode

This operation is implemented by calling IVsTextView.RemoveCommandFilter.
protected Disconnect ( ) : void
Résultat void

TextViewCommandFilter() protected méthode

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.
Résultat System