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