OpcodeListType Complex Type
- Article
-
-
Defines a list of opcodes that are used to identify the operations of a component of the application.
<xs:complexType name="OpcodeListType">
<xs:sequence>
<xs:element name="opcode"
type="OpcodeType"
minOccurs="0"
maxOccurs="unbounded"
/>
</xs:sequence>
</xs:complexType>
Child elements
Element |
Type |
Description |
opcode |
OpcodeType |
Defines an operation within a component of the application.
|
Requirements
Requirement |
Value |
Minimum supported client
|
Windows Vista [desktop apps only]
|
Minimum supported server
|
Windows Server 2008 [desktop apps only]
|