desktop7:Service
アプリと共にインストールおよび登録されるサービスを指定します。 これらのサービスは、ローカル サービス、ネットワーク サービス、またはローカル システム アカウントのいずれかで実行するように構成できます。
要素階層
<desktop7:Service>
構文
<desktop7:Service
Name = 'A string with a value between 1 and 32767 characters in length with a non-whitespace character at its beginning and end.'
StartupType = 'A string that can have one of the following values: "auto", "manual", "disabled", or "delayedStart".'
StartAccount = 'A string that can have on of the followning values: "localSystem", "localServices", or "networkService".'
Arguments = 'An optional string with a value between 1 and 32767 characters in length with a non-whitespace character at its beginning and end.' >
desktop6:Dependencies{1,}
desktop6:TriggerEvents{1,}
</desktop7:Service>
鍵
特定の発生範囲を {}
する
属性と要素
属性
属性 | 形容 | データ型 | 必須 | 既定値 |
---|---|---|---|---|
名の | サービスの名前。 | 長さが 1 ~ 32767 文字の文字列で、先頭と末尾に空白文字以外の文字が含まれます。 | はい | |
StartupType | サービスのスタートアップの種類。 | 自動、手動、 |
はい | |
StartAccount を |
サービスを実行するアカウントの種類。 | はい | ||
引数 | サービスに渡す省略可能な引数。 | 1 ~ 32767 文字の長さの値を持つ省略可能な文字列で、先頭と末尾に空白文字以外の文字が含まれます。 | いいえ |
子要素
子要素 | 形容 |
---|---|
desktop6:Dependencies | 1 つ以上の依存サービスを指定します。 |
desktop6:TriggerEvents | サービスの 1 つ以上のトリガー イベントを指定します。 |
親要素
Parent 要素 | 形容 |
---|---|
desktop7:Extension | アプリケーションの機能拡張ポイントを定義します。 |
備考
この要素には、制限された機能
必要条件
アイテム | 価値 |
---|---|
名前空間 | http://schemas.microsoft.com/appx/manifest/desktop/windows10/7 |
最小 OS バージョン | Windows 10 (ビルド 19645) |