ValueMapValueType 复杂类型
定义整数值和字符串值之间的映射。
<xs:complexType name="ValueMapValueType"
mixed="true"
>
<xs:simpleContent>
<xs:extension
base="string"
>
<xs:attribute name="value"
type="UInt32Type"
use="required"
/>
<xs:attribute name="message"
type="strTableRef"
use="required"
/>
<xs:attribute name="symbol"
type="CSymbolType"
use="optional"
/>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
属性
名称 | 类型 | 说明 |
---|---|---|
message | strTableRef | 整数值映射到的本地化字符串值。 消息字符串引用清单的 stringTable 部分中的本地化字符串。 |
符号 | CSymbolType | 用于引用应用程序中映射的符号。
消息编译器 (MC.exe) 使用 符号为编译器生成的头文件中的映射创建常量。 如果未指定符号,编译器将生成一个符号。 |
value | UInt32Type | 要映射到字符串值的整数值。 |
要求
要求 | 值 |
---|---|
最低受支持的客户端 |
Windows Vista [仅限桌面应用] |
最低受支持的服务器 |
Windows Server 2008 [仅限桌面应用] |