uap2:Verb
ファイル コンテキスト メニューに関連付けられている動詞を定義し、Windows デスクトップ ブリッジ アプリで ddeexec を使用して起動できるようにします。
要素の階層
<uap2:Verb>
構文
<uap2: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.' >
キー
?
省略可能 (0 または 1)
属性と要素
属性
属性 | 説明 | データ型 | 必須 | 既定値 |
---|---|---|---|---|
Id | 動詞の名前。 | 長さが 3 ~ 64 文字の英数字文字列。 | Yes | |
拡張 | ファイルを右クリックしてコンテキスト メニューを表示する前に、ユーザーが Shift キーを押している場合にのみ動詞を表示するように指定します。 | 省略可能なブール値。 | いいえ | |
rescap3:DdeExecCommand | DDE コマンド文字列。 | 長さが 1 ~ 32767 文字の値を持つ省略可能な文字列で、先頭と末尾に空白文字以外の文字が含まれます。 | いいえ | |
rescap3:DdeExecApplication | DDE 変換を確立するために使用されるアプリケーション名。 | 長さが 1 ~ 32767 文字の値を持つ省略可能な文字列で、先頭と末尾に空白文字以外の文字が含まれます。 | いいえ | |
rescap3:DdeExecTopic | DDE 変換のトピック名。 | 長さが 1 ~ 32767 文字の値を持つ省略可能な文字列で、先頭と末尾に空白文字以外の文字が含まれます。 | いいえ | |
rescap3:DdeExecIfExec | DDE 変換を実行できない場合に使用される DDE コマンド。 | 長さが 1 ~ 32767 文字の値を持つ省略可能な文字列で、先頭と末尾に空白文字以外の文字が含まれます。 | いいえ | |
uap7:Default | 動詞が既定の動詞かどうかを指定します。 既定の動詞として設定できるのは 、SupportedVerbs 内の 1 つの動詞のみです。 | 省略可能なブール値。 | いいえ | False |
子要素
なし。
親要素
親要素 | 説明 |
---|---|
uap2:SupportedVerbs | ファイル コンテキスト メニューの動詞を含みます。 |
必要条件
Item | 値 |
---|---|
Namespace | http://schemas.microsoft.com/appx/manifest/uap/windows10/2 |
Minimum OS Version | Windows 10 バージョン 1511 (ビルド 10586) |