Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Defines a list of tasks that are used to identify the components of an application.
<xs:complexType name="TaskListType">
<xs:sequence>
<xs:element name="task"
type="TaskType"
minOccurs="0"
maxOccurs="unbounded"
/>
</xs:sequence>
</xs:complexType>
Child elements
| Element | Type | Description |
|---|---|---|
| task | TaskType | Defines a component or subcomponent of an application. |
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client |
Windows Vista [desktop apps only] |
| Minimum supported server |
Windows Server 2008 [desktop apps only] |