IVsCodeWindowEx Interface
Visual Studio 2015
Provides methods to determine and customize some of the behavior of a code window.
Assembly: Microsoft.VisualStudio.TextManager.Interop.8.0 (in Microsoft.VisualStudio.TextManager.Interop.8.0.dll)
| Name | Description | |
|---|---|---|
![]() | Initialize(UInt32, VSUSERCONTEXTATTRIBUTEUSAGE, String, String, UInt32, INITVIEW[]) | Customizes some of the behavior of a code window, such as making the window read-only, hiding the dropdown bar and splitter, and provide auxiliary user context. |
![]() | IsReadOnly() | Determines whether the code window is read-only. |
Show:
