This topic has not yet been rated - Rate this topic

vsLinkedWindowType Enumeration

Represents the state of a given window.

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

[GuidAttribute("539F9C17-DB5F-421D-B02B-07BCF9FAA92F")] 
public enum vsLinkedWindowType
/** @attribute GuidAttribute("539F9C17-DB5F-421D-B02B-07BCF9FAA92F") */ 
public enum vsLinkedWindowType
GuidAttribute("539F9C17-DB5F-421D-B02B-07BCF9FAA92F") 
public enum vsLinkedWindowType
  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. 
Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ
Advertisement