OpcodeListType 複雜類型

定義用來識別應用程式元件作業的 opcode 清單。

<xs:complexType name="OpcodeListType">
    <xs:sequence>
        <xs:element name="opcode"
            type="OpcodeType"
            minOccurs="0"
            maxOccurs="unbounded"
         />
    </xs:sequence>
</xs:complexType>

子元素

元素 類型 描述
opcode OpcodeType 定義應用程式元件內的作業。

規格需求

需求
最低支援的用戶端
Windows Vista [僅限傳統型應用程式]
最低支援的伺服器
Windows Server 2008 [僅限傳統型應用程式]