StringTableType 复杂类型
定义可在清单中引用的本地化字符串列表。
<xs:complexType name="StringTableType">
<xs:choice
minOccurs="0"
maxOccurs="unbounded"
>
<xs:element name="string">
<xs:complexType
mixed="true"
>
<xs:attribute name="id"
type="string"
use="required"
/>
<xs:attribute name="value"
type="string"
use="required"
/>
<xs:attribute name="stringType"
type="string"
use="optional"
/>
</xs:complexType>
</xs:element>
</xs:choice>
<xs:anyAttribute
processContents="lax"
namespace="##other"
/>
</xs:complexType>
子元素
属性
名称 |
类型 |
说明 |
id |
字符串 |
唯一标识字符串表中字符串的标识符。 例如,“Printer.Connection”。
|
stringType |
字符串 |
未使用。
|
value |
字符串 |
已本地化字符串。
|
可以从包含消息属性的任何清单类型引用字符串。 若要引用 stringType 为“string”且 ID 为“Printer.Connection”的字符串,请使用 $ (string。Printer.Connection) 作为消息属性的值。
要求
要求 |
值 |
最低受支持的客户端
|
Windows Vista [仅限桌面应用]
|
最低受支持的服务器
|
Windows Server 2008 [仅限桌面应用]
|