IVsTextBufferEx Interface

 

Adds methods to manage change markers to the IVsTextBuffer interface.

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

[InterfaceTypeAttribute(1)]
[GuidAttribute("9F0823E9-544D-4FA0-9400-0D602C9A510E")]
public interface IVsTextBufferEx

NameDescription
System_CAPS_pubmethodGetTrackChanges(Int32)

Determines the change tracking status of the text buffer.

System_CAPS_pubmethodSetTrackChangesSuppression(Int32)

Suppresses change marking in the text buffer.

Use this interface to manage change tracking in the text buffer.

Call GetTrackChanges to return the change tracking status of the text buffer.

Suppress the insertion of further change markers in the buffer by calling SetTrackChangesSuppression.

Notes to Callers:

This interface is implemented as part of the VsTextBuffer object. As a VSPackage implementer, call QueryInterface to get a pointer to the IVsTextBufferEx interface when using the core editor objects.

Return to top
Show: