VsCodeWindow Methods

 

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

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(array<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: