Skip to content

Latest commit

 

History

History
79 lines (50 loc) · 1.53 KB

File metadata and controls

79 lines (50 loc) · 1.53 KB
description Search.Product title keywords ms.topic ms.date
Semantically identifies that the content in the group must either be displayed as a whole, or not displayed if it cannot fit. Groups also allow creating multiple columns.
eADQiWindows 10XVcnh
group
windows 10, uwp, schema, toast notifications
reference
03/01/2022

group (Toast XML Schema)

Semantically identifies that the content in the group must either be displayed as a whole, or not displayed if it cannot fit. Groups also allow creating multiple columns.

Element hierarchy

<toast>
<visual>
<binding>
<group>

Syntax

<group>

  <!-- Child elements -->
  subgroup* 
</group>

Key

*   optional (zero or one)

Attributes and Elements

Attributes

None.

Child Elements

Child Element Description
subgroup Specifies vertical columns that can contain text and images.

Parent Elements

Parent Element Description
binding Specifies the toast template.

See also