次の方法で共有


ItemFormType simpleType (apps for Office 1.1)

Defines the form type to activate the app in.

Introduced in

apps for Office Manifest Schema Reference v1.1

Type information

Base type

xs:string

Namespace

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

Schema file

OfficeAppManifestv1.1.xsd

Definition

<xs:simpleType name="ItemFormType">
    <xs:restriction base="xs:string">
        <xs:enumeration value="Read" />
        <xs:enumeration value="Edit" />
        <xs:enumeration value="ReadOrEdit" />
    </xs:restriction>
</xs:simpleType>

Enumeration values

Value

Description

Read

Specifies that the app should activate in read forms.

Edit

Specifies that the app should activate in compose forms.

ReadOrEdit

Specifies that the app should activate in read and compose forms.