IBufferGraph.MapDownToSnapshot Method

Include Protected Members
Include Inherited Members

Maps a position in the graph to the corresponding position in a snapshot lower in the graph.

This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.

Overload List

  Name Description
Public method MapDownToSnapshot(SnapshotSpan, SpanTrackingMode, ITextSnapshot) Maps a snapshot span in some buffer in the graph to a sequence of zero or more spans in a buffer that is lower in the graph. Source buffers are considered to be lower than the projection buffers that consume them.
Public method MapDownToSnapshot(SnapshotPoint, PointTrackingMode, ITextSnapshot, PositionAffinity) Maps a position in the graph to the corresponding position in a snapshot lower in the graph. Source buffers are considered to be lower than the projection buffers that consume them.

Top

See Also

Reference

IBufferGraph Interface

Microsoft.VisualStudio.Text.Projection Namespace