共用方式為


ColumnType 複雜型別 (工作項目類型定義結構描述)

更新:2007 年 11 月

定義 Column 項目的屬性和子項目。

<xs:complexType name="ColumnType">
        <xs:choice minOccurs="0" maxOccurs="unbounded">
        <xs:element name="Group" type="GroupType" minOccurs="0"/>
        <xs:element name="Control" type="ControlType" minOccurs="0"/>
        <xs:element name="TabGroup" type="TabGroupType" minOccurs="0"/>
        <xs:element name="Splitter" type="SplitterType" minOccurs="0"/>
        </xs:choice>
    <xs:attribute name="PercentWidth" type="PercentWidthType" use="optional"/>
    <xs:attribute name="FixedWidth" type="FixedWidthType" use="optional"/>
</xs:complexType>

屬性和項目

下列章節將說明屬性 (Attribute)、子項目和父項目。

屬性

屬性

描述

PercentWidth

選擇性屬性。

資料行應該佔含有項目多少比例的寬度。屬性型別為 PercentWidthType 簡單型別 (工作項目類型定義結構描述)。最小內含值:1;最大內含值:100。

FixedWidth

選擇性屬性。

資料行的寬度,以像素為單位。屬性型別為 FixedWidthType 簡單型別 (工作項目類型定義結構描述)。最小內含值:1。

子項目

項目

描述

Group 項目 (工作項目類型定義結構描述)

選擇性項目。

定義要一起顯示在表單上的項目群組。

Control 項目 (工作項目類型定義結構描述)

選擇性項目。

定義要顯示在表單上的欄位。

TabGroup 項目 (工作項目類型定義結構描述)

選擇性項目。

包含一個或多個 Tab 項目。

Splitter 項目 (工作項目類型定義結構描述)

選擇性項目。

定義表單上介於兩個同層級表單項目之間的分隔器及其方向。

父項目

備註

ColumnType 複雜型別是 Column 項目 (工作項目類型定義結構描述)型別。

項目資訊

命名空間

https://schemas.microsoft.com/VisualStudio/2005/workitemtracking/typedef

結構描述名稱

工作項目類型定義

驗證檔

WorkItemTypeDefinition.xsd

可以是空白

不適用

請參閱

概念

所有工作項目 <FORM> 項目

其他資源

定義工作項目表單