IWpfTextViewHost Interface
Visual Studio 2015
Contains an IWpfTextView and the margins that surround it, such as a scrollbar or line number gutter.
Assembly: Microsoft.VisualStudio.Text.UI.Wpf (in Microsoft.VisualStudio.Text.UI.Wpf.dll)
| Name | Description | |
|---|---|---|
![]() | HostControl | Gets the WPF control for this IWpfTextViewHost. |
![]() | IsClosed | Determines whether this text view has been closed. |
![]() | TextView | Gets the IWpfTextView that is contained within this IWpfTextViewHost. |
| Name | Description | |
|---|---|---|
![]() | Close() | Closes the text view host and its underlying text view. |
![]() | GetTextViewMargin(String) | Gets the ITextViewMargin with the specified margin name that is attached to an edge of this IWpfTextView. |
Show:


