This topic has not yet been rated - Rate this topic

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
/** @attribute InterfaceTypeAttribute(1) */ 
/** @attribute GuidAttribute("9F0823E9-544D-4FA0-9400-0D602C9A510E") */ 
public interface IVsTextBufferEx
InterfaceTypeAttribute(1) 
GuidAttribute("9F0823E9-544D-4FA0-9400-0D602C9A510E") 
public interface IVsTextBufferEx

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.

Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ