desktop:ParameterGroup
완전 신뢰 프로세스에 대한 명령줄 매개 변수 그룹을 나타냅니다.
요소 계층 구조
<desktop:ParameterGroup>
구문
<desktop:ParameterGroup
GroupId = 'A string with a value between 1 and 32767 characters in length with a non-whitespace character at its beginning and end.'
Parameters = 'A string with a value between 1 and 32767 characters in length with a non-whitespace character at its beginning and end.' >
특성 및 요소
특성
attribute | Description | 데이터 형식 | 필수 | 기본값 |
---|---|---|---|---|
Groupid | 하나 이상의 관련 명령줄 매개 변수 그룹의 이름입니다. 이 그룹 ID를 LaunchFullTrustProcessForAppAsync 또는 LaunchFullTrustProcessForCurrentAppAsync 메서드에 전달할 수 있습니다. | 시작과 끝에 공백이 아닌 문자가 있는 길이가 1~32767자인 문자열입니다. | Yes | |
매개 변수 | GroupId 값과 연결할 명령줄 매개 변수입니다. | 시작과 끝에 공백이 아닌 문자가 있는 길이가 1~32767자인 문자열입니다. | Yes |
자식 요소
없음
부모 요소
부모 요소 | Description |
---|---|
desktop:FullTrustProcess | 완전 신뢰에서 실행되는 데스크톱 프로세스를 나타냅니다. |
설명
자세한 내용은 LaunchFullTrustProcessForAppAsync 및 LaunchFullTrustProcessForCurrentAppAsync를 참조하세요.
요구 사항
항목 | 값 |
---|---|
네임스페이스 | http://schemas.microsoft.com/appx/manifest/desktop/windows10 |
Minimum OS Version | Windows 10 버전 1607(빌드 14393) |