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 [デスクトップ アプリのみ] |