次の方法で共有


ItemReadTabletMailAppSettings complexType (apps for Office 1.1)

Defines the form factor-aware settings applicable to mail apps when running on a tablet computer.

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="ItemReadTabletMailAppSettings">
    <xs:sequence>
        <xs:element name="SourceLocation" type="URLLocaleAwareSetting" minOccurs="1" maxOccurs="1"></xs:element>
        <xs:element name="RequestedHeight" minOccurs="1" maxOccurs="1">
            <xs:simpleType>
                <xs:restriction base="xs:integer">
                    <xs:minInclusive value="32" />
                    <xs:maxInclusive value="450" />
                </xs:restriction>
            </xs:simpleType>
        </xs:element>
    </xs:sequence>
</xs:complexType>

Elements and attributes

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

Child elements

Element

Type

Description

RequestedHeight

xs:integer

Specifies the desired height, in pixels, of this mail app when running on a tablet computer, which is a value between 32 and 450.

SourceLocation

URLLocaleAwareSetting

Specifies the list of source file locations for this tablet mail app.

Attributes

None.