Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Specifies binary data for a trigger event of a service.
Element hierarchy
<Package>
└─ <Extensions>
└─ <desktop6:Extension>
└─ <desktop6:Service>
└─ <desktop6:TriggerEvents>
└─ <desktop6:TriggerCustom>
└─ <desktop6:BinaryData>
└─ <Applications>
└─ <Application>
└─ <Extensions>
└─ <desktop6:Extension>
└─ <desktop6:Service>
└─ <desktop6:TriggerEvents>
└─ <desktop6:TriggerCustom>
└─ <desktop6:BinaryData>
Syntax
<desktop6:BinaryData
File = 'A required string between 1 and 256 characters in length that cannot contain these characters: <, >, :, ", |, ?, or *.' />
Attributes
| Attribute | Description | Data type | Required | Default value |
|---|---|---|---|---|
| File | The name of the package file that contains the binary data (as an array of bytes). | A string between 1 and 256 characters in length that cannot contain these characters: <, >, :, ", |, ?, or *. | Yes |
Child elements
None.
Parent elements
| Parent element | Description |
|---|---|
| desktop6:TriggerCustom | Describes a trigger event for the current service. |
Requirements
| Item | Value |
|---|---|
| Namespace | http://schemas.microsoft.com/appx/manifest/desktop/windows10/6 |
| Minimum OS Version | Windows 10 version 1903 (Build 18362) |
Remarks
This element requires the packagedServices or localSystemServices restricted capability.