uap:AppointmentsProviderLaunchActions (Windows 10)

声明在启动约会时要执行的操作。

元素层次结构

<包>

    <应用程序>

         <应用程序>

              <扩展>

                   <uap:Extension>

                        <uap:AppointmentsProvider>

                             <uap:AppointmentsProviderLaunchActions>

语法

<uap:AppointmentsProviderLaunchActions
  DesiredView = 'An optional string that can have one of the following values: "default", "useLess", "useHalf", "useMore", or "useMinimum".' >

  <!-- Child elements -->
  uap:LaunchAction{0,10}

</uap:AppointmentsProviderLaunchActions>

密钥

{} 特定出现次数范围

特性和元素

属性

属性 说明 数据类型 必须 默认值
DesiredView 启动约会时要使用的屏幕空间量。 可具有以下值之一的可选字符串: defaultuseLessuseHalfuseMoreuseMinimum

子元素

子元素 描述
uap:LaunchAction (全局) 介绍 uap:AppointmentsProviderLaunchActions 内容操作。

父元素

父元素 描述
uap:AppointmentsProvider 声明 windows.appointmentsProvider 类型的应用扩展点。

注解

有关详细信息,请参阅 ViewSizePreferenceDesiredRemainingView

要求

Namespace http://schemas.microsoft.com/appx/manifest/uap/windows10
Minimum OS Version Windows 10版本 1511 (内部版本 10586)