ViewFilter.RegisterTextViewEventHandlers(IVsTextView) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Register text view event handlers.
public:
virtual void RegisterTextViewEventHandlers(Microsoft::VisualStudio::TextManager::Interop::IVsTextView ^ view);
public:
virtual void RegisterTextViewEventHandlers(Microsoft::VisualStudio::TextManager::Interop::IVsTextView ^ view);
virtual void RegisterTextViewEventHandlers(Microsoft::VisualStudio::TextManager::Interop::IVsTextView const & view);
public virtual void RegisterTextViewEventHandlers (Microsoft.VisualStudio.TextManager.Interop.IVsTextView view);
abstract member RegisterTextViewEventHandlers : Microsoft.VisualStudio.TextManager.Interop.IVsTextView -> unit
override this.RegisterTextViewEventHandlers : Microsoft.VisualStudio.TextManager.Interop.IVsTextView -> unit
Public Overridable Sub RegisterTextViewEventHandlers (view As IVsTextView)
Parameters
- view
- IVsTextView
The text view.