ITextView Methods
Visual Studio 2015
Namespace:
Microsoft.VisualStudio.Text.Editor
Assembly: Microsoft.VisualStudio.Text.UI (in Microsoft.VisualStudio.Text.UI.dll)
| Name | Description | |
|---|---|---|
![]() | Close() | Closes the text view host and its view. |
![]() | DisplayTextLineContainingBufferPosition(SnapshotPoint, Double, ViewRelativePosition) | Formats and displays the contents of the text buffer so that the ITextViewLine containing the buffer position is displayed at the desired position. |
![]() | DisplayTextLineContainingBufferPosition(SnapshotPoint, Double, ViewRelativePosition, Nullable<Double>, Nullable<Double>) | Formats and displays the contents of the text buffer so that the ITextViewLine containing the specified buffer position is displayed at the desired position. |
![]() | GetTextElementSpan(SnapshotPoint) | Gets the SnapshotSpan of text that constitutes a text element (a single visual representation) at the given SnapshotPoint. |
![]() | GetTextViewLineContainingBufferPosition(SnapshotPoint) | Gets the ITextViewLine that contains the specified text buffer position. |
![]() | QueueSpaceReservationStackRefresh() | Requests a refresh of the space reservation stack. |
Show:
