VsCodeWindow Interface

 

Allows manipulation of a code window.

Namespace:   Microsoft.VisualStudio.TextManager.Interop
Assembly:  Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)

[GuidAttribute("8560CECD-DFAC-4F7B-9D2A-E6D9810F3443")]
public interface VsCodeWindow : IVsCodeWindow

NameDescription
System_CAPS_pubmethodClose()

Closes the code window.(Inherited from IVsCodeWindow.)

System_CAPS_pubmethodGetBuffer(IVsTextLines)

Returns the buffer used by all views in the code window.(Inherited from IVsCodeWindow.)

System_CAPS_pubmethodGetEditorCaption(READONLYSTATUS, String)

Returns the editor caption to which editors can append custom text.(Inherited from IVsCodeWindow.)

System_CAPS_pubmethodGetLastActiveView(IVsTextView)

Returns the last active view of the code window.(Inherited from IVsCodeWindow.)

System_CAPS_pubmethodGetPrimaryView(IVsTextView)

Returns the top (or primary) view of a split code window.(Inherited from IVsCodeWindow.)

System_CAPS_pubmethodGetSecondaryView(IVsTextView)

Returns the bottom (or secondary) view of a split code window.(Inherited from IVsCodeWindow.)

System_CAPS_pubmethodGetViewClassID(Guid)

Returns the text view class to change or query.(Inherited from IVsCodeWindow.)

System_CAPS_pubmethodSetBaseEditorCaption(String[])

Appends custom text to the editor caption(Inherited from IVsCodeWindow.)

System_CAPS_pubmethodSetBuffer(IVsTextLines)

Sets the text buffer for all views in the code window.(Inherited from IVsCodeWindow.)

System_CAPS_pubmethodSetViewClassID(Guid)

Sets the text view class to change or query.(Inherited from IVsCodeWindow.)

Return to top
Show: