IVsTextLinesEvents Interface
This page is specific to:.NET Framework Version:
2.03.54
Visual Studio SDK
IVsTextLinesEvents Interface

Notifies clients of changes to the underlying text buffer.

Namespace: Microsoft.VisualStudio.TextManager.Interop
Assembly: Microsoft.VisualStudio.TextManager.Interop (in microsoft.visualstudio.textmanager.interop.dll)

Syntax

'Usage

Dim instance As IVsTextLinesEvents


'Declaration

<GuidAttribute("598D7074-DC17-4162-9A2F-97DD4540C2DD")> _
<InterfaceTypeAttribute(1)> _
Public Interface IVsTextLinesEvents

/** @attribute GuidAttribute("598D7074-DC17-4162-9A2F-97DD4540C2DD") */ 
/** @attribute InterfaceTypeAttribute(1) */ 
public interface IVsTextLinesEvents

Remarks

Implement the IVsTextLinesEvents interface on your client object to receive notification of changes in the text buffer. Expose this interface to the text buffer using the IConnectionPointContainer interface on the text buffer to receive notification of line changes from the buffer. Changes are expressed in a two-dimensional line/index coordinate system.

See illustrations of the implementation and/or calling of this interface in the samples Figures Edit Sample and Figures Language Service Sample.

Notes to Implementers Implemented by clients so they receive notifications of changes to lines in the text buffer.

Notes to Callers Called by text buffers in response to changes to text or attributes in the buffer.

See Also

© 2010 Microsoft Corporation. All rights reserved.   Terms of Use | Trademarks | Privacy Statement
Page view tracker
Rate the Lightweight library
x
Lightweight builds on ScriptFree (loband) by adding features you've requested: a SearchBox and default code language selection.
Do you like the SearchBox?
Do you like the tabbed code blocks?
How useful is this topic?
Tell us more.
Thanks
x
You're helping to improve MSDN Online.
Feedback
Switch View
Classic
Lightweight Beta
ScriptFree
Switch View