IVsCodeWindowEx Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides methods to determine and customize some of the behavior of a code window.
public interface class IVsCodeWindowEx
public interface class IVsCodeWindowEx
__interface IVsCodeWindowEx
[System.Runtime.InteropServices.Guid("186F17A5-7270-4BC5-A8DE-72F4A0E49647")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IVsCodeWindowEx
[System.Runtime.InteropServices.Guid("186F17A5-7270-4BC5-A8DE-72F4A0E49647")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsCodeWindowEx
[<System.Runtime.InteropServices.Guid("186F17A5-7270-4BC5-A8DE-72F4A0E49647")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IVsCodeWindowEx = interface
[<System.Runtime.InteropServices.Guid("186F17A5-7270-4BC5-A8DE-72F4A0E49647")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IVsCodeWindowEx = interface
Public Interface IVsCodeWindowEx
- Attributes
Methods
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. |