AppointmentsProviderLaunchActions
Declares actions to take when a appointment is launched.
Element hierarchy
- <Extension>
-
- <AppointmentsProvider>
- <AppointmentsProviderLaunchActions>
Syntax
<AppointmentsProviderLaunchActions DesiredView? = "default" | "useLess" | "useHalf" | "useMore" | "useMinimum" >
<!-- Child elements -->
LaunchAction{0,10}
</AppointmentsProviderLaunchActions>
Key
?
optional (zero or one)
{}
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. Windows Phone: DesiredView isn't supported for Windows Phone. |
This attribute can have one of the following values:
|
No |
Child Elements
Child Element | Description |
---|---|
LaunchAction (in AppointmentsProviderLaunchActions) | Describes an AppointmentsProviderLaunchActions content action. |
Parent Elements
Parent Element | Description |
---|---|
AppointmentsProvider | Declares an app extensibility point of type windows.appointmentsProvider. |
Remarks
For more info, see ViewSizePreference and DesiredRemainingView.
Requirements
Value | |
---|---|
Namespace | http://schemas.microsoft.com/appx/2013/manifest |