SplitterType Complex Type (Work Item Type Definition Schema)
Defines the Dock attribute for the Splitter Element.
<xs:complexType name="SplitterType">
<xs:attribute name="Dock" type="DockType" use="required"/>
</xs:complexType>
Attributes and Elements
The following sections describe attributes, child elements, and parent elements.
Attributes
Attribute |
Description |
---|---|
Dock |
Required attribute. Specifies the alignment of the splitter within the container. The attribute type is DockType Simple Type (Work Item Type Definition Schema). Left is the only supported orientation for Splitter. |
Child Elements
None
Parent Elements
None
Remarks
The SplitterType Complex Type is the Splitter Element (Work Item Type Definition Schema) type.
Element Information
Namespace |
https://schemas.microsoft.com/VisualStudio/2005/workitemtracking/typedef |
Schema Name |
Work Item Type Definition |
Validation File |
WorkItemTypeDefinition.xsd |
Can be Empty |
Not applicable |