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

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

上次修改时间: 2014年1月30日

元素信息

元素类型

xs:integer

命名空间

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

架构文件

offappmanifest.xsd

定义

<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>

元素和属性

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

父元素

元素

类型

说明

DesktopSettings

DesktopMailAppSettings

指定在台式计算机上使用该邮件应用程序时应用的控制设置。

子元素

无。

属性

无。

其他资源

在以下位置查找详细信息:
Creating a manifest for a mail app for Outlook