VsCodeWindow Interface
Allows manipulation of a code window.
Assembly: Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)
| Name | Description | |
|---|---|---|
![]() | Close() | Closes the code window.(Inherited from IVsCodeWindow.) |
![]() | GetBuffer(IVsTextLines) | Returns the buffer used by all views in the code window.(Inherited from IVsCodeWindow.) |
![]() | GetEditorCaption(READONLYSTATUS, String) | Returns the editor caption to which editors can append custom text.(Inherited from IVsCodeWindow.) |
![]() | GetLastActiveView(IVsTextView) | Returns the last active view of the code window.(Inherited from IVsCodeWindow.) |
![]() | GetPrimaryView(IVsTextView) | Returns the top (or primary) view of a split code window.(Inherited from IVsCodeWindow.) |
![]() | GetSecondaryView(IVsTextView) | Returns the bottom (or secondary) view of a split code window.(Inherited from IVsCodeWindow.) |
![]() | GetViewClassID(Guid) | Returns the text view class to change or query.(Inherited from IVsCodeWindow.) |
![]() | SetBaseEditorCaption(String[]) | Appends custom text to the editor caption(Inherited from IVsCodeWindow.) |
![]() | SetBuffer(IVsTextLines) | Sets the text buffer for all views in the code window.(Inherited from IVsCodeWindow.) |
![]() | SetViewClassID(Guid) | Sets the text view class to change or query.(Inherited from IVsCodeWindow.) |
