ISnapshotDifference.MapToInlineSnapshot(SnapshotPoint) 方法

定义

将左或右缓冲区中的点映射到内联快照。

public:
 Microsoft::VisualStudio::Text::SnapshotPoint MapToInlineSnapshot(Microsoft::VisualStudio::Text::SnapshotPoint point);
public Microsoft.VisualStudio.Text.SnapshotPoint MapToInlineSnapshot (Microsoft.VisualStudio.Text.SnapshotPoint point);
abstract member MapToInlineSnapshot : Microsoft.VisualStudio.Text.SnapshotPoint -> Microsoft.VisualStudio.Text.SnapshotPoint
Public Function MapToInlineSnapshot (point As SnapshotPoint) As SnapshotPoint

参数

point
SnapshotPoint

要映射的点。

返回

SnapshotPoint

中的一个点 InlineBufferSnapshot

注解

这等效于调用 MapToSnapshot (点,snapshot。InlineBufferSnapshot) 。

适用于