Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Defines a tab for the form.
<xs:element name="Tab" type="TabType" minOccurs="1" maxOccurs="unbounded"/>
Attributes and Elements
The following sections describe attributes, child elements, and parent elements.
Attributes
Attribute |
Description |
|---|---|
Label |
Required TabType attribute. The label for a set of grouped elements. |
Padding |
Optional TabType attribute. The amount of space in pixels around the inside border of the control. |
Margin |
Optional TabType attribute. The amount of space in pixels around the outside border of the control. |
Child Elements
Element |
Description |
|---|---|
Optional element. Defines a group of elements to display together on the form. |
|
Optional element. Defines a field that is to appear on the form. |
|
Optional element. Contains one or more Tab elements. |
|
Optional element. Defines a splitter and its orientation on the form between sibling form elements. |
Parent Elements
Element |
Description |
|---|---|
TabGroupType Complex Type (Work Item Type Definition Schema) |
Optional element. Contains one or more Tab elements. |
Remarks
Tab is a required child element of TabGroup.
minOccurs="1"
maxOccurs="unbounded"
Example
<Tab Label="label text" Padding="(left, top, right, bottom)" Margin="(left, top, right, bottom)">
<Group>…</Group>
<Control>…</Control>
<TabGroup>…</TabGroup>
<Splitter>…</Splitter>
</Tab>
Element Information
Namespace |
https://schemas.microsoft.com/VisualStudio/2005/workitemtracking/typedef |
Schema Name |
Work Item Type Definition |
Validation File |
WorkItemTypeDefinition.xsd |
Element Type |
|
Can Be Empty |
Yes |