ITextViewModel Methods
Visual Studio 2015
Namespace:
Microsoft.VisualStudio.Text.Editor
Assembly: Microsoft.VisualStudio.Text.UI (in Microsoft.VisualStudio.Text.UI.dll)
| Name | Description | |
|---|---|---|
![]() | Dispose() | (Inherited from IDisposable.) |
![]() | GetNearestPointInVisualBuffer(SnapshotPoint) | Gets a point in the VisualBuffer that corresponds to the specified point in the edit buffer. If the point is hidden or has an alternative representation, gets the nearest point to it. |
![]() | GetNearestPointInVisualSnapshot(SnapshotPoint, ITextSnapshot^, PointTrackingMode) | Gets a point in the VisualBuffer that corresponds to the specified point in the edit buffer. If the point is hidden or has an alternative representation, gets the nearest point to it. |
![]() | IsPointInVisualBuffer(SnapshotPoint, PositionAffinity) | Determines whether a point in the edit buffer is represented in the visual buffer. |
Show:
