uap:AppointmentsProviderLaunchActions (Windows 10)
予定の起動時に実行するアクションを宣言します。
要素の階層
<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 | 予定の起動時に使用する画面領域の量。 | 省略可能な文字列。 default、 useLess、 useHalf、 useMore、 useMinimum のいずれかの値を指定できます。 | いいえ |
子要素
子要素 | 説明 |
---|---|
uap:LaunchAction (グローバル) | uap:AppointmentsProviderLaunchActions コンテンツ アクションについて説明します。 |
親要素
親要素 | 説明 |
---|---|
uap:AppointmentsProvider | windows.appointmentsProvider 型のアプリ拡張ポイントを宣言します。 |
注釈
詳細については、「 ViewSizePreference 」および「 DesiredRemainingView」を参照してください。
必要条件
Item | 値 |
---|---|
Namespace | http://schemas.microsoft.com/appx/manifest/uap/windows10 |
Minimum OS Version | Windows 10 バージョン 1511 (ビルド 10586) |