共用方式為


PercentWidthType 簡單型別 (工作項目類型定義結構描述)

更新:2007 年 11 月

定義 Column 項目中 PercentWidth 屬性 (Attribute) 的資料型別,該屬性會指定欄位在容器中所佔的比例。

<xs:simpleType name="PercentWidthType">
        <xs:restriction base="xs:integer">
                <xs:minInclusive value="1"/>
                <xs:maxInclusive value="100"/>
        </xs:restriction>
</xs:simpleType>

屬性和項目

下列章節會說明屬性、子項目和父項目。

屬性

子項目

父項目

備註

PercentWidthType 簡單型別會定義 ColumnType 複雜型別 (工作項目類型定義結構描述) 中的 PercentWidth 屬性。

型別限制

PercentWidthType 簡單型別為一受限制的整數。

最小內含值:1。

最大內含值:100。

項目資訊

命名空間

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

結構描述名稱

工作項目類型定義

驗證檔

WorkItemTypeDefinition.xsd

可以是空白

不適用

請參閱

概念

所有工作項目 <FORM> 項目

其他資源

定義工作項目表單