Skip to content

Latest commit

 

History

History
69 lines (47 loc) · 1.39 KB

element-selection.md

File metadata and controls

69 lines (47 loc) · 1.39 KB
description Search.Product title keywords ms.topic ms.date
Specifies the id and text of a selection item.
eADQiWindows 10XVcnh
selection
windows 10, uwp, schema, toast notifications
reference
03/01/2022

selection (Toast XML Schema)

Specifies the id and text of a selection item.

Element hierarchy

<toast>
<actions>
<input>
<selection>

Syntax

<selection id = string
    content = string />

Attributes and Elements

Attributes

Attribute Description Data type Required Default value
id The id of the selection item. string Yes None
content The content of the selection item. string Yes None

Child Elements

None

Parent Elements

Parent Element Description
input Specifies an input shown in a toast.

See also