desktop3:InvokeAction

包含用于调用自动播放操作的内容和设备信息。

元素层次结构

<包>

    <应用程序>

         <应用程序>

              <扩展>

                   <desktop3:Extension>

                        <desktop3:AutoPlayHandler>

                             <desktop3:InvokeAction>

语法

<desktop3:InvokeAction
  ActionDisplayName = 'A string with a value between 1 and 256 characters in length.'
  ProviderDisplayName = 'A string with a value between 1 and 256 characters in length.'
  DefaultIcon = 'An optional string with a value between 1 and 256 characters in length that cannot contain these characters: <, >, :, %, ", |, ?, or *.' >

  <!-- Child elements -->
  ( desktop3:Content{0,1000},
    desktop3:Device{0,1000} )

</desktop3:InvokeAction>

密钥

{} 特定出现次数范围

特性和元素

属性

属性 说明 数据类型 必须 默认值
ActionDisplayName 表示用户可以对其连接到电脑的设备执行的操作的字符串(例如:“导入文件”或“播放视频”)。 值长度介于 1 到 256 个字符之间的字符串。
ProviderDisplayName 表示你的应用或服务的字符串(例如:“Contoso 视频播放器”)。 值长度介于 1 到 256 个字符之间的字符串。
DefaultIcon 默认图标的 .ico 文件或二进制文件中资源的路径。 值长度介于 1 到 256 个字符之间的可选字符串,不能包含以下字符:<、、>:%"|?*

子元素

子元素 描述
desktop3:Content 定义 AutoPlayHandler 的内容信息。
desktop3:Device 定义 AutoPlayHandler 的设备信息。

父元素

父元素 描述
desktop3:AutoPlayHandler 自动播放处理程序,当用户将设备连接到其电脑时,该处理程序可将你的应用显示为一个选项。

要求

命名空间 http://schemas.microsoft.com/appx/manifest/desktop/windows10/3
Minimum OS Version Windows 10版本 1709 (内部版本 16299)