uap2:Verb

파일 상황에 맞는 메뉴와 연결된 동사를 정의하고 Windows 데스크톱 브리지 앱이 ddeexec을 사용하여 시작할 수 있도록 합니다.

요소 계층 구조

<패키지>

    <애플리케이션>

         <애플리케이션>

              <확장>

                   <uap:Extension>

                        <uap:FileTypeAssociation>

                             <uap2:SupportedVerbs>

                                  <uap2:Verb>

Syntax

<uap2:Verb
  Id = 'An alphanumeric string with a value between 3 and 64 characters in length.'
  Extended = 'An optional boolean value.'
  rescap3:DdeExecCommand = 'An optional string with a value between 1 and 32767 characters in length with a non-whitespace character at its beginning and end.'
  rescap3:DdeExecApplication = 'An optional string with a value between 1 and 32767 characters in length with a non-whitespace character at its beginning and end.'
  rescap3:DdeExecTopic = 'An optional string with a value between 1 and 32767 characters in length with a non-whitespace character at its beginning and end.'
  rescap3:DdeExecIfExec = 'An optional string with a value between 1 and 32767 characters in length with a non-whitespace character at its beginning and end.'
  uap7:Default = 'An optional boolean value.' >

? 선택 사항(0개 또는 1개)

특성 및 요소

특성

attribute Description 데이터 형식 필수 기본값
ID 동사의 이름입니다. 길이가 3~64자인 영숫자 문자열입니다. Yes
확장 사용자가 상황에 맞는 메뉴를 표시하기 위해 파일을 마우스 오른쪽 단추로 클릭하기 전에 Shift 키를 보유하는 경우에만 동사가 나타나도록 지정합니다. 선택적 부울 값입니다. No
rescap3:DdeExecCommand DDE 명령 문자열입니다. 시작과 끝에 공백이 아닌 문자가 있는 길이가 1~32767자인 선택적 문자열입니다. No
rescap3:DdeExecApplication DDE 변환을 설정하는 데 사용되는 애플리케이션 이름입니다. 시작과 끝에 공백이 아닌 문자가 있는 길이가 1~32767자인 선택적 문자열입니다. No
rescap3:DdeExecTopic DDE 변환의 토픽 이름입니다. 시작과 끝에 공백이 아닌 문자가 있는 길이가 1~32767자인 선택적 문자열입니다. No
rescap3:DdeExecIfExec DDE 변환을 실행할 수 없는 경우 사용되는 DDE 명령입니다. 시작과 끝에 공백이 아닌 문자가 있는 길이가 1~32767자인 선택적 문자열입니다. No
uap7:Default 동사가 기본 동사인지 여부를 지정합니다. SupportedVerbs 내의 동사 하나만 기본 동사로 설정할 수 있습니다. 선택적 부울 값입니다. No False

자식 요소

없음

부모 요소

부모 요소 Description
uap2:SupportedVerbs 파일 상황에 맞는 메뉴에 대한 동사를 포함합니다.

요구 사항

항목
Namespace http://schemas.microsoft.com/appx/manifest/uap/windows10/2
Minimum OS Version Windows 10 버전 1511(빌드 10586)