Source.RegisterTextBufferEventHandlers(IVsTextLines) 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.
Registers event handlers for the given text.
public:
virtual void RegisterTextBufferEventHandlers(Microsoft::VisualStudio::TextManager::Interop::IVsTextLines ^ textLines);
public:
virtual void RegisterTextBufferEventHandlers(Microsoft::VisualStudio::TextManager::Interop::IVsTextLines ^ textLines);
virtual void RegisterTextBufferEventHandlers(Microsoft::VisualStudio::TextManager::Interop::IVsTextLines const & textLines);
public virtual void RegisterTextBufferEventHandlers (Microsoft.VisualStudio.TextManager.Interop.IVsTextLines textLines);
abstract member RegisterTextBufferEventHandlers : Microsoft.VisualStudio.TextManager.Interop.IVsTextLines -> unit
override this.RegisterTextBufferEventHandlers : Microsoft.VisualStudio.TextManager.Interop.IVsTextLines -> unit
Public Overridable Sub RegisterTextBufferEventHandlers (textLines As IVsTextLines)
Parameters
- textLines
- IVsTextLines
The text.