uap:LaunchAction (uap:AutoPlayDevice) (Windows 10)
描述自动播放设备操作。
元素层次结构
<uap:LaunchAction>
语法
<uap:LaunchAction
Verb = 'A string between 1 and 64 characters in length that consists of letters, periods, dashes, and spaces only.'
ActionDisplayName = 'A string between 1 and 256 characters in length. This string is localizable.'
DeviceEvent = 'A string between 1 and 255 characters in length. Backward slashes ('\') are not allowed.'
Verb = 'A string with a value between 1 and 64 characters in length that consists of letters, periods, dashes, and spaces only.'
/>
特性和元素
属性
属性 | 说明 | 数据类型 | 必须 | 默认值 |
---|---|---|---|---|
ActionDisplayName | 在处理程序的“自动播放”浮出控件中向用户显示的名称。 此字符串可本地化。 | 值长度介于 1 到 256 个字符之间的字符串。 | 是 | |
DeviceEvent | 扩展点处理的设备相关事件的名称。 有关详细信息,请参阅 备注。 | 值长度介于 1 到 255 个字符之间的字符串。 不允许向后斜杠 (\ ) 。 |
是 | |
谓词 | 启动时传递给应用的唯一标识符。 应用使用此字符串来确定触发其启动的自动播放处理程序。 它对于包中的每个应用是唯一的,并且区分大小写。 | 值长度介于 1 到 64 个字符之间的字符串,仅包含字母、句点、短划线和空格。 | 是 |
子元素
无。
父元素
父元素 | 描述 |
---|---|
uap:AutoPlayDevice | 声明 类型为 windows.autoPlayDevice 的应用扩展点。 应用提供指定的自动播放设备操作。 |
相关元素
以下元素的名称与此元素相同,但内容或属性不同:
注解
ContentEvent 可以是为设备定义的自定义事件。 对于 WPD 设备, ContentEvent 可以是以下已知事件之一:
- WPD\AudioSource
- WPD\ImageSource
- WPD\VideoSource
示例
<uap:Extension Category="windows.autoPlayDevice">
<uap:AutoPlayContent>
<uap:LaunchAction Verb="import" ActionDisplayName="Import" ContentEvent="WPD\ImageSource"/>
</uap:AutoPlayContent>
</uap:Extension>
要求
项 | 值 |
---|---|
命名空间 | http://schemas.microsoft.com/appx/manifest/uap/windows10 |
Minimum OS Version | Windows 10版本 1511 (内部版本 10586) |