<uap:FileTypeAssociation
Name = 'A string with a value between 1 and 100 characters in length.'
DesiredView = 'An optional string that can have one of the following values: "default", "useLess", "useHalf", "useMore", or "useMinimum".'
desktop2:UseUrl = 'An optional boolean value.'
desktop2:AllowSilentDefaultTakeOver = 'An optional boolean value.'
desktop5:ThumbnailTypeOverlay = 'A string with a value between 1 and 256 characters in length that ends with ".jpg", ".png", or ".jpeg" that cannot contain these characters: <, >, :, ", |, ?, or *. In this string, the / and \ characters cannot be the first or last characters. Also, the string can contain / or \ but not both.' >
<!-- Child elements -->
uap:DisplayName?
& uap:Logo?
& uap:InfoTip?
& uap:EditFlags?
& uap:SupportedFileTypes?
& uap2:SupportedVerbs?
& uap4:KindMap?
& rescap3:MigrationProgIds?
& desktop2:ThumbnailHandler?
& desktop2:OleClass?
& desktop2:DesktopPreviewHandler?
& desktop2:DesktopPropertyHandler?
& desktop3:PropertyLists?
& desktop7:Logo?
& desktop7:ProgId?
& desktop10:IconHandler?
</uap:FileTypeAssociation>
키
? 선택적(0개 또는 1개) & 인터리브 커넥터(임의의 순서로 발생할 수 있음)
특성 및 요소
특성
attribute
설명
데이터 형식
필수
기본값
이름
파일 형식 연결의 이름입니다. 이 이름은 파일 형식을 구성하고 그룹화하는 데 사용할 수 있습니다. 이름은 공백 없이 모두 소문자여야 합니다.
길이가 1~100자인 문자열입니다.
Yes
DesiredView
앱이 시작될 때 사용할 원하는 화면 공간 크기입니다. 이 보기 모드 기본 설정은 요청된 값입니다. 지정하는 기본 설정 크기는 Windows에서 적용할 수 없으므로 기본 설정 최소 크기보다 작거나 기본 설정 최대 크기보다 큰 크기에 절대 의존하지 않는 코드를 작성해서는 안 됩니다.
default, useLess, useHalf, useMore 또는 useMinimum 값 중 하나를 가질 수 있는 선택적 문자열입니다.
No
desktop2:UseUrl
true로 설정하면 애플리케이션이 명령줄에서 파일 이름 대신 URL을 수락할 수 있도록 지정합니다. 웹 브라우저 및 미디어 플레이어와 같이 인터넷에서 직접 문서를 열 수 있는 애플리케이션은 이 값을 사용해야 합니다. 애플리케이션을 시작하고 이 값이 false로 설정되면 ShellExecuteEx 기본 동작 ShellExecuteEx 이 문서를 로컬 파일에 다운로드하고 로컬 복사본에서 처리기를 호출합니다.
선택적 부울 값입니다.
No
desktop2:AllowSilentDefaultTakeOver
true로 설정하면 앱이 "Open With" 목록에 표시되지만 파일 형식의 기본 앱은 아닙니다.
선택적 부울 값입니다.
No
desktop5:ThumbnailTypeOverlay
썸네일 오버레이에 대한 이미지 리소스입니다.
길이가 1~256자.jpg인 문자열로, .png또는 *.jpeg 문자를 :?<>"|포함할 수 없습니다. 이 문자열에서 및 \ 문자는 / 첫 번째 또는 마지막 문자가 될 수 없습니다. 또한 문자열은 둘 다 포함할 \ 수 있지만 둘 다 포함 / 할 수는 없습니다.