次の方法で共有


com4:ExeServer

1 つまたは複数のクラス登録を使用して ExeServer を登録します。

要素の階層

<パッケージ>

    <アプリケーション>

         <Application>

              <拡張機能>

                   <com4:ExeServer>

構文

<com4:ExeServer
  Executable = 'A string with a value between 1 and 256 characters in length that must end with ".exe" and cannot contain these characters: <, >, :, ", |, ?, or *.'
  Arguments = 'A string with a value between 1 and 32767 characters in length with a non-whitespace character at its beginning and end.'
  DisplayName = 'A string with a value between 1 and 256 characters in length. This string is localizable.'
  LaunchAndActivationPermission = 'A [SDDL string](/windows/win32/secauthz/security-descriptor-string-format) value.' />

<!-- Child elements -->
  Class {0, 1000}
  ClassReference {0, 1000}

</com4:ExeServer>

キー

{} 特定の出現範囲

属性と要素

属性

属性 説明 データ型 必須 既定値
[実行可能ファイル] パッケージ ルートに対する相対パス。パッケージ内のファイルを参照する必要があります。 これにより、拡張機能の既定の実行可能ファイルが指定されます。 指定しない場合は、アプリに対して定義されている実行可能ファイルが使用されます。 指定した場合は、EntryPoint プロパティも使用されます。 その EntryPoint プロパティが指定されていない場合は、アプリに対して定義されている EntryPoint が使用されます。 で終わる必要があり、 で終わる .exe 必要がある 1 から 256 文字の値を持つ文字列( <>:"、、 |?、または *) を含めることはできません。 Yes
引数 LocalServer32 キーの引数。 長さが 1 ~ 32767 文字の文字列で、先頭と末尾に空白以外の文字が含まれます。 Yes
DisplayName DisplayName は、既定の AppID キー値に対応するローカライズ可能な文字列です。 長さが 1 ~ 256 文字の値を持つ文字列。 Yes
LaunchAndActivationPermission AppID キーの LaunchPermission 値に対応する SDDL 文字列 SDDL 文字列値。 Yes

子要素

子要素 説明
クラス ExeServer クラスの登録を定義します。
ClassReference 登録された ExeServer を関連付けるクラスを指定し、ExeServer 固有の登録の詳細を設定します。

親要素

親要素 説明
拡張機能 アプリの 1 つ以上の拡張ポイントを定義します。

必要条件

Item
Namespace http://schemas.microsoft.com/appx/manifest/com/windows10/4
Minimum OS Version Windows 10 (ビルド 20348)