LaunchAction (Windows 8 のパッケージスキーマ、autoplaydevice の子)
自動再生デバイスアクションを説明します。
要素の階層
- <Package>
-
- <アプリケーション>
-
- <適用>
-
- <拡張機能>
-
- <拡張子>
-
- <AutoPlayDevice>
- <LaunchAction>
構文
<LaunchAction Verb = A string between 1 and 64 characters in length that consists of alphanumeric, period, dash, and space characters only.
ActionDisplayName = A string between 1 and 256 characters in length.
DeviceEvent = A string between 1 and 255 characters in length. Backward slashes ('\') are not allowed. />
属性および要素
属性
属性 | 説明 | データ型 | 必須 | 既定値 |
---|---|---|---|---|
ActionDisplayName | ハンドラーの自動再生のフライアウトでユーザーに表示される名前。 この文字列はローカライズ可能です。 |
長さが 1 ~ 256 文字の文字列。 | Yes | |
DeviceEvent | 機能拡張ポイントが処理するデバイス関連のイベントの名前。 詳細については、「解説」を参照してください。 |
長さが 1 ~ 255 文字の文字列。 円記号 (' \ ') は使用できません。 | はい | |
動詞 | 起動時にアプリに渡される一意の識別子。 アプリはこの文字列を使用して、起動をトリガーした自動再生ハンドラーを判別できます。 パッケージ内のアプリケーションごとに一意であり、大文字と小文字が区別されます。 |
英数字、ピリオド、ダッシュ、および空白文字のみで構成される長さが 1 ~ 64 文字の文字列。 | はい |
子要素
なし。
親要素
Parent 要素 | 説明 |
---|---|
AutoPlayDevice | 種類が windows のアプリケーション拡張ポイントである autoPlayDeviceを宣言します。 アプリは、指定された自動再生デバイスアクションを提供します。 |
関連要素
次の要素の名前はこれと同じですが、コンテンツまたは属性が異なります:
注釈
Contentevent には、デバイス用に定義されたカスタムイベントを指定できます。 WPD デバイスの場合、 Contentevent には次の既知のイベントのいずれかを指定できます。
- WPD\AudioSource
- WPD\ImageSource
- WPD\VideoSource
例
<Extension Category="windows.autoPlayDevice">
<AutoPlayContent>
<LaunchAction Verb="import" ActionDisplayName="Import" ContentEvent="WPD\ImageSource"/>
</AutoPlayContent>
</Extension>
要件
値 | |
---|---|
Namespace | http://schemas.microsoft.com/appx/2010/manifest |