uap:FileType(uap:ShareTarget/uap:SupportedFileTypes)
파일 형식 확장자로 지정된 파일 형식입니다. 패키지의 애플리케이션별로 고유하며 대/소문자를 구분합니다.
요소 계층 구조
<uap:FileType>
<uap:FileType>
<uap:FileType>
구문
<uap:FileType>
<!-- A string between 1 and 64 characters in length that must begin with a period ("."), cannot have additional periods, and cannot contain these characters: <, >, :, ", /, \, |, ?, or *. -->
</uap:FileType>
특성 및 요소
특성
없음
자식 요소
없음
부모 요소
부모 요소 | Description |
---|---|
uap:SupportedFileTypes(형식: CT_CharmsSupportedFileTypes) | 앱에서 공유할 수 있는 파일 형식을 정의합니다. |
관련 요소
다음 요소는 이 요소와 이름이 같지만 콘텐츠나 특성은 다릅니다.
예제
<uap:ShareTarget>
<uap:SupportedFileTypes>
<uap:FileType>.txt</uap:FileType>
<uap:FileType>.html</uap:FileType>
</uap:SupportedFileTypes>
<uap:DataFormat>Text</uap:DataFormat>
<uap:DataFormat>Uri</uap:DataFormat>
</uap:ShareTarget>
요구 사항
항목 | 값 |
---|---|
네임스페이스 | http://schemas.microsoft.com/appx/manifest/uap/windows10 |
Minimum OS Version | Windows 10 버전 1511(빌드 10586) |