C# 클래스 PReview.TextViewCommandFilter

상속: CommandFilter
파일 보기 프로젝트 열기: laurentkempe/PReview

보호된 메소드들

메소드 설명
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