priorityType 简单类型

定义 Priority (settingsType) 元素的最小值和最大值。

<xs:simpleType name="priorityType">
    <xs:restriction
        base="byte"
    >
        <xs:enumeration
            value="0"
         />
        <xs:enumeration
            value="10"
         />
    </xs:restriction>
</xs:simpleType>

枚举值

priorityType 简单类型定义以下值。

说明
0 允许的最小整数。
10 允许的最大整数。

要求

要求
最低受支持的客户端
Windows Vista [仅限桌面应用]
最低受支持的服务器
Windows Server 2008 [仅限桌面应用]

另请参阅

任务计划程序架构简单类型

任务计划程序