Share via


uap3:Verb

定義與檔案操作功能表相關聯的動詞,並讓 Windows 傳統型橋接器應用程式使用 ddeexec 啟動。

元素階層

<套件>

    <應用程式>

         <應用程式>

              <擴充功能>

                   <uap:Extension>

                        <uap:FileTypeAssociation>

                             <uap2:SupportedVerbs>

                                  <uap3:Verb>

Syntax

<uap3:Verb
  Id = 'An alphanumeric string with a value between 3 and 64 characters in length.'
  Extended = 'An optional boolean value.'
  rescap3:DdeExecCommand = 'An optional string with a value between 1 and 32767 characters in length with a non-whitespace character at its beginning and end.'
  rescap3:DdeExecApplication = 'An optional string with a value between 1 and 32767 characters in length with a non-whitespace character at its beginning and end.'
  rescap3:DdeExecTopic = 'An optional string with a value between 1 and 32767 characters in length with a non-whitespace character at its beginning and end.'
  rescap3:DdeExecIfExec = 'An optional string with a value between 1 and 32767 characters in length with a non-whitespace character at its beginning and end.'
  uap7:Default = 'An optional boolean value.'
  Parameters = 'A string that contains one or more app parameters.'
  uap3:MultiSelectModel = 'A string that can be one of the following values: "Player", "Document", or "Single".' >

答案

? 選擇性 (零或一個)

屬性和元素

屬性

屬性 描述 資料類型 必要 預設值
Id 動詞的名稱。 長度介於 3 到 64 個字元之間的英數位元字串。 Yes
擴充 指定只有在使用者在以滑鼠右鍵按一下檔案以顯示操作功能表之前,才應該顯示 Shift 鍵。 選擇性布林值。 No
rescap3:DdeExecCommand DDE 命令字串。 長度介於 1 到 32767 個字元的選擇性字串,其開頭和結尾為非空白字元。 No
rescap3:DdeExecApplication 用來建立 DDE 轉換的應用程式名稱。 長度介於 1 到 32767 個字元的選擇性字串,其開頭和結尾為非空白字元。 No
rescap3:DdeExecTopic DDE 轉換的主題名稱。 長度介於 1 到 32767 個字元的選擇性字串,其開頭和結尾為非空白字元。 No
rescap3:DdeExecIfExec 無法執行 DDE 轉換時使用的 DDE 命令。 長度介於 1 到 32767 個字元的選擇性字串,其開頭和結尾為非空白字元。 No
uap7:Default 指定動詞是否為預設動詞。 SupportedVerbs內只有一個動詞可以設定為預設動詞。 選擇性布林值。 No False
參數 指定應用程式的參數。 包含一或多個應用程式參數的字串。 No
uap3:MultiSelectModel 指定使用者選取並同時開啟多個檔案時啟動之應用程式的啟用模型。 如需詳細資訊,請參閱此文章 可以是下列其中一個值的字串: PlayerDocumentSingle No

子元素

無。

父元素

父元素 描述
uap2:SupportedVerbs 包含檔案操作功能表的動詞。

規格需求

Item
Namespace http://schemas.microsoft.com/appx/manifest/uap/windows10/3
OS 最低版本 Windows 10版本 1607 (組建 14393)