Expand Minimize
This topic has not yet been rated - Rate this topic

Capabilities element (ContentApp complexType) (apps for Office)

apps for Office

Published: February 26, 2013

Specifies the capabilities that are required by the content app; the app can be available to users on an application if the application supports at least one of these capabilities.

Element type

Not defined

Namespace

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

Schema file

offappmanifest.xsd

<xs:element name="Capabilities" minOccurs="1" maxOccurs="1">
    <xs:complexType>
        <xs:sequence>
            <xs:element name="Capability" type="ContentAppCapability" minOccurs="1" maxOccurs="1"></xs:element>
        </xs:sequence>
    </xs:complexType>
</xs:element>

Parent elements

None.

Child elements

Element

Type

Description

Capability

ContentAppCapability

Specifies a capability required by the content app.

Attributes

None.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.