IBufferGraph.MapUpToSnapshot Method
Include Protected Members
Include Inherited Members
Maps a position in the current snapshot of a buffer that is a member of the buffer graph to the specified snapshot.
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 | |
---|---|---|
MapUpToSnapshot(SnapshotSpan, SpanTrackingMode, ITextSnapshot) | Maps a span in the current snapshot of a buffer that is a member of the buffer graph to a sequence of spans in a snapshot of a designated buffer. | |
MapUpToSnapshot(SnapshotPoint, PointTrackingMode, PositionAffinity, ITextSnapshot) | Maps a position in the current snapshot of a buffer that is a member of the buffer graph to the specified snapshot. |
Top