IDifferenceTextViewModel Interface
Represents a set of zero or more ITextBuffer objects that are unique to the presentation of text in a particular ITextView.
Assembly: Microsoft.VisualStudio.Text.UI.Wpf (in Microsoft.VisualStudio.Text.UI.Wpf.dll)
| Name | Description | |
|---|---|---|
![]() | DataBuffer | Represents the ITextBuffer for the data level. (Inherited from ITextViewModel.) |
![]() | DataModel | Gets the ITextDataModel that supplies the DataBuffer and the governing IContentType for the view.(Inherited from ITextViewModel.) |
![]() | EditBuffer | Gets the ITextBuffer in which editing positions are tracked and to which edits are applied. All the text that appears in the view must reside in this buffer.(Inherited from ITextViewModel.) |
![]() | Properties | (Inherited from IPropertyOwner.) |
![]() | Viewer | Gets or sets a pointer to the difference viewer that created the view that uses this IDifferenceTextViewModel. |
![]() | ViewType | Gets or sets the type of the view that uses this IDifferenceTextViewModel. |
![]() | VisualBuffer | Gets the ITextBuffer whose contents should be presented in the editor.(Inherited from ITextViewModel.) |
| 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.(Inherited from ITextViewModel.) |
![]() | 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.(Inherited from ITextViewModel.) |
![]() | IsPointInVisualBuffer(SnapshotPoint, PositionAffinity) | Determines whether a point in the edit buffer is represented in the visual buffer.(Inherited from ITextViewModel.) |

