IVsCodeWindowEx Interface
Provides methods to determine and customize some of the behavior of a code window.
Namespace: Microsoft.VisualStudio.TextManager.Interop
Assembly: Microsoft.VisualStudio.TextManager.Interop.8.0 (in Microsoft.VisualStudio.TextManager.Interop.8.0.dll)
Syntax
'Declaration
<GuidAttribute("186F17A5-7270-4BC5-A8DE-72F4A0E49647")> _
<InterfaceTypeAttribute()> _
Public Interface IVsCodeWindowEx
[GuidAttribute("186F17A5-7270-4BC5-A8DE-72F4A0E49647")]
[InterfaceTypeAttribute()]
public interface IVsCodeWindowEx
[GuidAttribute(L"186F17A5-7270-4BC5-A8DE-72F4A0E49647")]
[InterfaceTypeAttribute()]
public interface class IVsCodeWindowEx
[<GuidAttribute("186F17A5-7270-4BC5-A8DE-72F4A0E49647")>]
[<InterfaceTypeAttribute()>]
type IVsCodeWindowEx = interface end
public interface IVsCodeWindowEx
The IVsCodeWindowEx type exposes the following members.
Methods
Name | Description | |
---|---|---|
Initialize | 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. |
Top