IBufferGraph.MapDownToBuffer Method
Include Protected Members
Include Inherited Members
Maps a position in the graph to the corresponding position in a buffer 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 | |
---|---|---|
MapDownToBuffer(SnapshotSpan, SpanTrackingMode, ITextBuffer) | 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. | |
MapDownToBuffer(SnapshotPoint, PointTrackingMode, ITextBuffer, PositionAffinity) | Maps a position in the graph to the corresponding position in a buffer lower in the graph. Source buffers are considered to be lower than the projection buffers that consume them. |
Top