VsCodeWindowClass Class

 

Allows manipulation of a code window.

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

System.Object
  Microsoft.VisualStudio.TextManager.Interop.VsCodeWindowClass

[ClassInterfaceAttribute(0)]
[GuidAttribute("F5E7E719-1401-11D1-883B-0000F87579D2")]
public class VsCodeWindowClass : IVsCodeWindow, VsCodeWindow

NameDescription
System_CAPS_pubmethodVsCodeWindowClass()

Creates a new instance of the code window class.

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(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.)

You cannot create an instance of this class with the new keyword. Instead, you must get the ILocalRegistry object and create the object with CreateInstance. The MPF wraps this method with CreateInstance.

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: