IWpfTextView Methods
Assembly: Microsoft.VisualStudio.Text.UI.Wpf (in Microsoft.VisualStudio.Text.UI.Wpf.dll)
| Name | Description | |
|---|---|---|
![]() | Close() | Closes the text view host and its view.(Inherited from ITextView.) |
![]() | 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.(Inherited from ITextView.) |
![]() | 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.(Inherited from ITextView.) |
![]() | GetAdornmentLayer(String^) | Gets a named IAdornmentLayer. |
![]() | GetSpaceReservationManager(String^) | Gets a named ISpaceReservationManager. |
![]() | GetTextElementSpan(SnapshotPoint) | Gets the SnapshotSpan of text that constitutes a text element (a single visual representation) at the given SnapshotPoint.(Inherited from ITextView.) |
![]() | GetTextViewLineContainingBufferPosition(SnapshotPoint) | Gets the IWpfTextViewLine that contains the specified text buffer position. |
![]() | QueueSpaceReservationStackRefresh() | Requests a refresh of the space reservation stack.(Inherited from ITextView.) |
