IVsTextBufferDataEvents Interface

Notifies clients when a text buffer is initialized and when changes are made to text buffer data.

Namespace:  Microsoft.VisualStudio.TextManager.Interop
Assembly:  Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)

Syntax

'Déclaration
<GuidAttribute("B7515E7A-70F0-44ED-96B7-FB7EB6450C10")> _
<InterfaceTypeAttribute()> _
Public Interface IVsTextBufferDataEvents
'Utilisation
Dim instance As IVsTextBufferDataEvents
[GuidAttribute("B7515E7A-70F0-44ED-96B7-FB7EB6450C10")]
[InterfaceTypeAttribute()]
public interface IVsTextBufferDataEvents
[GuidAttribute(L"B7515E7A-70F0-44ED-96B7-FB7EB6450C10")]
[InterfaceTypeAttribute()]
public interface class IVsTextBufferDataEvents
[<GuidAttribute("B7515E7A-70F0-44ED-96B7-FB7EB6450C10")>]
[<InterfaceTypeAttribute()>]
type IVsTextBufferDataEvents =  interface end
public interface IVsTextBufferDataEvents

Remarks

See illustrations of the implementation and/or the calling of this interface in the sample Figures Edit.

Notes to Implementers

Called by the environment to provide information regarding changes to the text buffer.

See Also

Reference

IVsTextBufferDataEvents Members

Microsoft.VisualStudio.TextManager.Interop Namespace