TaskPaneAppCapabilities simpleType (app manifest schema v1.0)

Specifies the named subsets of the Office app API that are available to task pane apps.

Type information

Base type

xs:string

Namespace

https://schemas.microsoft.com/office/appforoffice/1.0

Schema file

offappmanifest.xsd

Definition

<xs:simpleType name="TaskPaneAppCapabilities">
    <xs:restriction base="xs:string">
        <xs:enumeration value="Document" />
        <xs:enumeration value="Project" />
        <xs:enumeration value="Workbook" />
        <xs:enumeration value="Presentation" />
    </xs:restriction>
</xs:simpleType>

Enumeration values

Value

Description

Document

This capability represents the subset of the API that defines document functionality.

Project

This capability represents the subset of the API that defines project functionality.

Workbook

This capability represents the subset of the API that defines workbook functionality.

Presentation

This capability represents the subset of the API that defines presentation functionality.