TextWindow Interface
Visual Studio 2015
Represents a window containing a text document.
Assembly: EnvDTE (in EnvDTE.dll)
| Name | Description | |
|---|---|---|
![]() | ActivePane | Gets the most recently active pane in the Text window. |
![]() | DTE | Gets the top-level extensibility object. |
![]() | Panes | Gets the collection of panes in the TextWindow object. |
![]() | Parent | Gets the immediate parent object of a TextWindow object. |
![]() | Selection | Gets an object representing the current selection on the TextWindow object. |
The TextWindow object is returned by the Object property of the Window object when the window is a core editor window. When the document in the window is an HTML document, then, depending on whether the Design view or the Source view is set, you get an HTMLWindow or TextWindow object.
Show:
