This topic has not yet been rated - Rate this topic

IVsTextTrackingPoint Interface

Establishes and maintains an internal tracking point.

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

[InterfaceTypeAttribute(1)] 
[GuidAttribute("D6BF0A8A-3798-49C5-8806-648A635EACC8")] 
public interface IVsTextTrackingPoint
/** @attribute InterfaceTypeAttribute(1) */ 
/** @attribute GuidAttribute("D6BF0A8A-3798-49C5-8806-648A635EACC8") */ 
public interface IVsTextTrackingPoint
InterfaceTypeAttribute(1) 
GuidAttribute("D6BF0A8A-3798-49C5-8806-648A635EACC8") 
public interface IVsTextTrackingPoint

When tracking certain positions, such as the current selection, it is necessary to track a location in layer-generated text, that is, text produced by the synthetic text layer, yet still be able to track the location even if that layer goes away.

The solution is a track point object, which is like a marker except that it is guaranteed to keep tracking, possibly in a different layer, for as long as the buffer lives. Put another way, a multi-layer track point is similar to a zero-length marker, but it is guaranteed to always have a meaningful location in one of the layers, provided the buffer continues to exist. A track point never shows UI, and its position may not be reset. The only things you can do with track points are create them and query their layer and current line/index.

This interface is used only in special-purpose scenarios. Unless you need to track a point which may exist in a synthetic text region, you will not need to use this interface. Clients should normally use ordinary text markers on the buffer.

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