uap:AutoPlayContent (Windows 10)

声明 类型为 windows.autoPlayContent 的应用扩展点。 应用提供指定的自动播放内容操作。

元素层次结构

<包>

    <应用程序>

         <应用程序>

              <扩展>

                   <uap:Extension>

                        <uap:AutoPlayContent>

语法

<uap:AutoPlayContent>

  <!-- Child elements -->
  uap:LaunchAction{1,1000}

</uap:AutoPlayContent>

密钥

{} 特定出现次数范围

特性和元素

特性

无。

子元素

子元素 描述
uap:LaunchAction (类型:CT_AutoPlayContent) 描述自动播放内容操作。

父元素

父元素 描述
uap:Extension 声明应用的扩展点。

注解

当基于卷的设备连接到计算机或将光盘插入 CD 或 DVD 驱动器时,系统会引发自动播放内容事件。 此扩展点使应用可以列为一个或多个自动播放内容事件的自动播放选项。

可以为 Verb 属性使用除 保留的 open 之外的任何值。

示例

<uap:Extension
  Category="windows.autoPlayContent">
  <uap:AutoPlayContent>
    <uap:LaunchAction
      Verb="show"
      ActionDisplayName="Show Pictures"
      ContentEvent="ShowPicturesOnArrival"/>
  </uap:AutoPlayContent>
</uap:Extension>

另请参阅

使用自动播放自动启动任务

概念应用协定和扩展

要求

Namespace http://schemas.microsoft.com/appx/manifest/uap/windows10
Minimum OS Version Windows 10版本 1511 (内部版本 10586)