string (StringTableType) 元素
定义本地化字符串。
<xs:element name="string">
<xs:complexType>
<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>
string 元素由 StringTableType 复杂类型定义。
属性
名称 | 类型 | 说明 |
---|---|---|
id | 字符串 | 唯一标识字符串表中字符串的标识符。 |
stringType | 字符串 | 未使用。 |
value | 字符串 | 已本地化字符串。 |
要求
要求 | 值 |
---|---|
最低受支持的客户端 |
Windows Vista [仅限桌面应用] |
最低受支持的服务器 |
Windows Server 2008 [仅限桌面应用] |