DesktopMailAppSettings 复杂类型(应用程序清单架构 v1.0)

定义适用于运行在台式计算机上的邮件应用程序的可识别外形规格的设置。

上次修改时间: 2013年12月23日

类型信息

命名空间

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

架构文件

offappmanifest.xsd

扩展基

定义

<xs:complexType name="DesktopMailAppSettings">
    <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>

元素和属性

如果此架构定义了具体要求,如 sequence, minOccurs、maxOccurs 和choice,请参阅"定义"部分。

子元素

元素

类型

说明

RequestedHeight

xs:integer

指定该邮件应用程序在台式计算机上运行时的所需高度(像素),该值介于 32 和 450 之间。

SourceLocation

URLLocaleAwareSetting

指定该桌面邮件应用程序的源文件位置的列表。

属性

无。