共用方式為


Platform 簡單型別

更新:2007 年 11 月

定義用於識別平台的值,組件會在這個平台上以中性執行,或以來自 ProcessorArchitectures 簡單型別的值執行。

<xs:simpleType name="Platform">
    <xs:union
        memberValues="ProcessorArchitectures"
    >
        <xs:simpleType>
            <xs:restriction
                base="string"
            >
                <xs:enumeration
                    value="*"
                 />
                <xs:enumeration
                    value="neutral"
                 />
            </xs:restriction>
        </xs:simpleType>
    </xs:union>
</xs:simpleType>

列舉型別

下列值是由 Platform 簡單型別所定義:

描述

*

平台中性的識別項。

neutral

將平台識別為中性。