com:Format
애플리케이션에서 읽을 수 있는 파일 형식을 지정합니다(에서 변환).
요소 계층 구조
<com:Format>
구문
<com:Format
FormatName = 'An optional string with a value between 1 and 32767 characters in length with a non-whitespace character at its beginning and end.'
StandardFormat = 'An optional string with a hexadecimal format containing numbers or the letters a, b, c, d, e, or f (capital or lower case).' />
특성 및 요소
특성
attribute | Description | 데이터 형식 | 필수 | 기본값 |
---|---|---|---|---|
FormatName | 문자열 형식의 파일 이름입니다. | 시작과 끝에 공백이 아닌 문자가 있는 길이가 1~32767자인 선택적 문자열입니다. | No | |
StandardFormat | 16진수 형식의 파일 이름입니다. | 숫자 또는 문자 a , d e b c 또는 f (대문자 또는 소문자)를 포함하는 16진수 형식의 선택적 문자열입니다. |
No |
자식 요소
없음
부모 요소
부모 요소 | Description |
---|---|
com:Readable | 애플리케이션에서 파일만 읽을 수 있도록 지정합니다. |
설명
참고
FormatName 및 StandardFormat 은 상호 배타적입니다.
예제
요구 사항
항목 | 값 |
---|---|
Namespace | http://schemas.microsoft.com/appx/manifest/com/windows10 |
Minimum OS Version | Windows 10 버전 1703(빌드 15063) |