IVsTextBufferEx Interface

Definition

Adds methods to manage change markers to the IVsTextBuffer interface.

C++/CX
public interface class IVsTextBufferEx
Attributes

Remarks

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.

Methods

GetTrackChanges(Int32)

Determines the change tracking status of the text buffer.

SetTrackChangesSuppression(Int32)

Suppresses change marking in the text buffer.

Applies to

Product Versions
Visual Studio SDK 2015, 2017, 2019, 2022