uap3:Verb
ファイル コンテキスト メニューに関連付けられている動詞を定義し、Windows デスクトップ ブリッジ アプリで ddeexec を使用して起動できるようにします。
要素の階層
<uap3:Verb>
構文
<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".' >
キー
?
省略可能 (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 |
パラメーター | アプリのパラメーターを指定します。 | 1 つ以上のアプリ パラメーターを含む文字列。 | いいえ | |
uap3:MultiSelectModel | ユーザーが複数のファイルを同時に選択して開いたときに開始されるアプリのアクティブ化モデルを指定します。 詳細については、 こちらの記事を参照してください。 | 次のいずれかの値を指定できる文字列: Player、 Document、または Single。 | いいえ |
子要素
なし。
親要素
親要素 | 説明 |
---|---|
uap2:SupportedVerbs | ファイル コンテキスト メニューの動詞が含まれています。 |
必要条件
Item | 値 |
---|---|
Namespace | http://schemas.microsoft.com/appx/manifest/uap/windows10/3 |
Minimum OS Version | Windows 10 バージョン 1607 (ビルド 14393) |