메소드 | 설명 | |
---|---|---|
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.
|
protected Connect ( ) : Microsoft.VisualStudio.OLE.Interop.IOleCommandTarget | ||
리턴 | Microsoft.VisualStudio.OLE.Interop.IOleCommandTarget |
protected TextViewCommandFilter ( IVsTextView textViewAdapter ) : System | ||
textViewAdapter | IVsTextView | The text view this command filter should attach to. |
리턴 | System |