次の方法で共有


ItemEdit complexType (apps for Office 1.1)

UX settings for the compose and edit form types.

Introduced in

apps for Office Manifest Schema Reference v1.1

Type information

Namespace

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

Schema file

OfficeAppManifestv1.1.xsd

Extension base

None

Definition

<xs:complexType name="ItemEdit">
    <xs:complexContent>
        <xs:extension base="FormType">
            <xs:sequence>
                <xs:element name="DesktopSettings" type="ItemEditMailAppSettings" minOccurs="1" maxOccurs="1"></xs:element>
                <xs:element name="TabletSettings" type="ItemEditMailAppSettings" minOccurs="0" maxOccurs="1"></xs:element>
                <xs:element name="PhoneSettings" type="ItemEditMailAppSettings" minOccurs="0" maxOccurs="1"></xs:element>
            </xs:sequence>
        </xs:extension>
    </xs:complexContent>
</xs:complexType>

Elements and attributes

スキーマで sequence、minOccurs、maxOccurs、choice などの具体的な要件が定義されている場合は、定義のセクションを参照してください。

Child elements

Element

Type

Description

DesktopSettings

ItemEditMailAppSettings

Specifies control settings that apply when this mail app is used on a desktop computer.

PhoneSettings

ItemEditMailAppSettings

Specifies control settings that apply when this mail app is used on a phone.

TabletSettings

ItemEditMailAppSettings

Specifies control settings that apply when this mail app is used on a tablet.

Attributes

None.