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)

[GuidAttribute("186F17A5-7270-4BC5-A8DE-72F4A0E49647")]
[InterfaceTypeAttribute(1)]
public interface IVsCodeWindowEx

NameDescription
System_CAPS_pubmethodInitialize(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.

System_CAPS_pubmethodIsReadOnly()

Determines whether the code window is read-only.

Return to top
Show: