Skip to content

Latest commit

 

History

History
68 lines (43 loc) · 2.57 KB

element-desktop6-keywordanydata.md

File metadata and controls

68 lines (43 loc) · 2.57 KB

title: desktop6:KeywordAnyData description: Specifies a 64-bit unsigned integer value for a trigger event of a service (desktop6:KeywordAnyData). ms.date: 04/19/2019 ms.topic: reference keywords: windows 10, uwp, schema, manifest, desktop, extension ms.custom: 19H1

desktop6:KeywordAnyData

Specifies a 64-bit unsigned integer value for a trigger event of a service.

Element hierarchy

<Package>

    <Applications>

         <Application>

              <Extensions>

                   <desktop6:Extension>

                        <desktop6:Service>

                             <desktop6:TriggerEvents>

                                  <desktop6:TriggerCustom>

                                       <desktop6:KeywordAnyData>

Syntax

<desktop6:KeywordAnyData
  Value = 'A 64-bit unsigned integer value.' />

Attributes and elements

Attributes

Attribute Description Data type Required Default value
Value The data value for the trigger event. A 64-bit unsigned integer value. Yes

Child elements

None.

Parent elements

Parent element Description
TriggerCustom Describes a trigger event for the current service.

Remarks

This element requires the packagedServices or localSystemServices restricted capability.

Requirements

Item Value
Namespace http://schemas.microsoft.com/appx/manifest/desktop/windows10/6
Minimum OS Version Windows 10 version 1903 (Build 18362)