uap:AutoPlayContent (Windows 10)
windows.autoPlayContent 型のアプリ拡張ポイントを宣言します。 アプリは、指定された自動再生コンテンツ アクションを提供します。
要素の階層
<uap:AutoPlayContent>
構文
<uap:AutoPlayContent>
<!-- Child elements -->
uap:LaunchAction{1,1000}
</uap:AutoPlayContent>
キー
{}
特定の出現範囲
属性と要素
属性
なし。
子要素
子要素 | 説明 |
---|---|
uap:LaunchAction (型: CT_AutoPlayContent) | 自動再生コンテンツ アクションについて説明します。 |
親要素
親要素 | 説明 |
---|---|
uap:Extension | アプリの機能拡張ポイントを宣言します。 |
注釈
ボリューム ベースのデバイスがコンピューターに接続されている場合、またはディスクが CD または DVD ドライブに挿入されると、システムは自動再生コンテンツ イベントを発生させます。 この機能拡張ポイントを使用すると、1 つ以上の自動再生コンテンツ イベントの自動再生の選択肢としてアプリを一覧表示できます。
Verb 属性には、予約されている open 以外の任意の値を使用できます。
例
<uap:Extension
Category="windows.autoPlayContent">
<uap:AutoPlayContent>
<uap:LaunchAction
Verb="show"
ActionDisplayName="Show Pictures"
ContentEvent="ShowPicturesOnArrival"/>
</uap:AutoPlayContent>
</uap:Extension>
関連項目
必要条件
Item | 値 |
---|---|
Namespace | http://schemas.microsoft.com/appx/manifest/uap/windows10 |
Minimum OS Version | Windows 10 バージョン 1511 (ビルド 10586) |