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 |
서비스를 실행할 계정의 유형입니다. | localSystem |
예 | |
인수 | 서비스에 전달할 선택적 인수입니다. | 시작과 끝에 공백이 아닌 문자가 있는 길이가 1~32767자인 선택적 문자열입니다. | 아니요 |
자식 요소
자식 요소 | 묘사 |
---|---|
desktop6:Dependencies | 하나 이상의 종속 서비스를 지정합니다. |
desktop6:TriggerEvents | 서비스에 대해 하나 이상의 트리거 이벤트를 지정합니다. |
부모 요소
Parent 요소 | 묘사 |
---|---|
desktop7:Extension | 애플리케이션의 확장성 지점을 정의합니다. |
발언
이 요소에는 packagedServices 또는 localSystemServices제한된 기능필요합니다.
요구 사항
항목 | 값 |
---|---|
Namespace | http://schemas.microsoft.com/appx/manifest/desktop/windows10/7 |
최소 OS 버전 | Windows 10(빌드 19645) |