Edit

uap:AppointmentsProviderLaunchActions

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

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, useMinimum. No

Child elements

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

Parent elements

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

Requirements

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

Remarks

For more info, see ViewSizePreference and DesiredRemainingView.

Examples