uap:LaunchAction (uap:AutoPlayDevice) (Windows 10)
描述自動播放裝置動作。
元素階層
<uap:LaunchAction>
Syntax
<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 | 在處理常式的 AutoPlay 飛出視窗中向使用者顯示的名稱。 這個字串可當地語系化。 | 長度介於 1 到 256 個字元之間的字串。 | Yes | |
DeviceEvent | 擴充點所處理之裝置相關事件的名稱。 如需詳細資訊,請參閱。 | 長度介於 1 到 255 個字元之間的字串。 不允許回斜線 (\ ) 。 |
Yes | |
動詞命令 | 啟動應用程式時傳遞至應用程式的唯一識別碼。 應用程式會使用此字串來判斷哪個 AutoPlay 處理常式觸發其啟動。 它對於套件中的每個應用程式都是唯一的,而且區分大小寫。 | 長度介於 1 到 64 個字元之間的字串,包含字母、句點、虛線和空格。 | Yes |
子元素
無。
父元素
父元素 | 描述 |
---|---|
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>
規格需求
Item | 值 |
---|---|
命名空間 | http://schemas.microsoft.com/appx/manifest/uap/windows10 |
OS 最低版本 | Windows 10版本 1511 (組建 10586) |