共用方式為


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 [僅限傳統型應用程式]