uap:AppointmentsProviderLaunchActions (Windows 10)

Declares actions to take when a appointment is launched.

Element hierarchy

<Package>

    <Applications>

         <Application>

              <Extensions>

                   <uap:Extension>

                        <uap:AppointmentsProvider>

                             <uap:AppointmentsProviderLaunchActions>

Syntax

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

Key

{}  specific range of occurrences

Attributes and elements

Attributes

Attribute Description Data type Required Default value
DesiredView The desired amount of screen space to use when the appointment launches. An optional string that can have one of the following values: default, useLess, useHalf, useMore, or useMinimum. No

Child elements

Child element Description
uap:LaunchAction (global) Describes an uap:AppointmentsProviderLaunchActions content action.

Parent elements

Parent element Description
uap:AppointmentsProvider Declares an app extensibility point of type windows.appointmentsProvider.

Remarks

For more info, see ViewSizePreference and DesiredRemainingView.

Requirements

Item Value
Namespace http://schemas.microsoft.com/appx/manifest/uap/windows10
Minimum OS Version Windows 10 version 1511 (Build 10586)