VsCodeWindowClass 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.

System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetBuffer(IVsTextLines^)

Returns the buffer used by all views in the code window.

System_CAPS_pubmethodGetEditorCaption(READONLYSTATUS, String^)

Returns the editor caption to which editors can append custom text.

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetLastActiveView(IVsTextView^)

Returns the last active view of the code window.

System_CAPS_pubmethodGetPrimaryView(IVsTextView^)

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

System_CAPS_pubmethodGetSecondaryView(IVsTextView^)

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

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodGetViewClassID(Guid)

Returns the text view class to change or query.

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodSetBaseEditorCaption(array<String^>^)

Appends custom text to the editor caption.

System_CAPS_pubmethodSetBuffer(IVsTextLines^)

Sets the text buffer for all views in the code window.

System_CAPS_pubmethodSetViewClassID(Guid)

Sets the text view class to change or query.

System_CAPS_pubmethodToString()

(Inherited from Object.)

Return to top
Show: