次の方法で共有


com4:ServiceServer

ServiceServer を 1 つまたは複数のクラス登録に登録します。

要素の階層

<パッケージ>

    <アプリケーション>

         <Application>

              <拡張機能>

                   <com4:ServiceServer>

構文

<com4:ServiceServer
  ServiceName = 'A string with a value between 1 and 32767 characters in length with a non-whitespace character at its beginning and end.'
  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 = 'An [SDDL string](/windows/win32/secauthz/security-descriptor-string-format) value.' >

  <!-- Child elements -->
  Class
  ClassReference

</com4:ServiceServer>

属性と要素

属性

属性 説明 データ型 必須 既定値
ServiceName COM サーバーをホストする Windows サービスの名前。 長さが 1 ~ 32767 文字の文字列で、先頭と末尾に空白文字以外の文字が含まれます。 Yes
引数 サービスのコマンド ライン パラメーター。 長さが 1 ~ 32767 文字の文字列で、先頭と末尾に空白文字以外の文字が含まれます。 Yes
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)