vsLinkedWindowType Enumeration

Represents the state of a given window.

Namespace:  EnvDTE
Assembly:  EnvDTE (in EnvDTE.dll)

Syntax

'Declaration
<GuidAttribute("539F9C17-DB5F-421D-B02B-07BCF9FAA92F")> _
Public Enumeration vsLinkedWindowType
[GuidAttribute("539F9C17-DB5F-421D-B02B-07BCF9FAA92F")]
public enum vsLinkedWindowType
[GuidAttribute(L"539F9C17-DB5F-421D-B02B-07BCF9FAA92F")]
public enum class vsLinkedWindowType
[<GuidAttribute("539F9C17-DB5F-421D-B02B-07BCF9FAA92F")>]
type vsLinkedWindowType
public enum vsLinkedWindowType

Members

Member name Description
vsLinkedWindowTypeDocked The window is docked.
vsLinkedWindowTypeHorizontal The windows are joined at the same level, one above the other.
vsLinkedWindowTypeTabbed The windows are tabbed, that is, they are stacked on top of each other with tabs at the top.
vsLinkedWindowTypeVertical The windows are joined at the same level side by side.

See Also

Reference

EnvDTE Namespace