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.
Defines the content information of an AutoPlayHandler.
Element hierarchy
<Package>
└─ <Applications>
└─ <Application>
└─ <Extensions>
└─ <desktop3:Extension>
└─ <desktop3:AutoPlayHandler>
└─ <desktop3:InvokeAction>
└─ <desktop3:Content>
Syntax
<desktop3:Content
ContentEvent = 'A required string with a value between 1 and 255 characters in length. Backward slashes (`\`) are not allowed.'
Verb = 'A required string with a value between 1 and 64 characters in length that consists of alphanumeric characters, periods (`.`), dashes (`-`), and spaces only.'
DropTargetHandler = 'An optional GUID in the form xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.'
Parameters = 'An optional string between 1 and 32767 characters in length with a non-whitespace character at its beginning and end.' />
Attributes
| Attribute | Description | Data type | Required | Default value |
|---|---|---|---|---|
| ContentEvent | The name of a content event raised when a volume device such as a camera memory card, USB drive, or DVD is inserted into the PC. | A string with a value between 1 and 255 characters in length. Backward slashes (\) are not allowed. |
Yes | |
| Verb | A literal value, specifying the action. Possible values can include (but aren't limited to): Show, play, import, and open. | A string with a value between 1 and 64 characters in length that consists of alphanumeric characters, periods (.), dashes (-), and spaces only. |
Yes | |
| DropTargetHandler | An GUID that identifies the class ID of the app that implements the IDropTarget interface. | An optional GUID in the form xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx. | No | |
| Parameters | Parameters provided to start your app if the IDropTarget interface is not implemented. | An optional string between 1 and 32767 characters in length with a non-whitespace character at its beginning and end. | No |
Child elements
None.
Parent elements
| Parent element | Description |
|---|---|
| desktop3:InvokeAction | Contains content and device information for invoking an AutoPlay action. |
Requirements
| Item | Value |
|---|---|
| Namespace | http://schemas.microsoft.com/appx/manifest/desktop/windows10/3 |
| Minimum OS Version | Windows 10 version 1709 (Build 16299) |