uap:FileType (uap:FileTypeAssociation/uap:SupportedFileTypes 内)
ファイルの種類の拡張子として指定された、サポートされているファイルの種類。
要素の階層
<uap:FileType>
構文
<uap:FileType
ContentType = 'An optional string with a value that contains two components between 1 and 127 characters in length, separated by a forward slash ("/"). It follows the RFC 4288 naming requirements.'
uap4:ShellNewFileName = 'An optional string with a value between 1 and 256 characters in length that cannot contain these characters: <, >, :, ", |, ?, or *.'
uap4:ShellNewDisplayName = 'A string with a value between 1 and 256 characters in length. This string is localizable.'>
<!-- 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>
キー
?
省略可能 (0 または 1)
属性と要素
属性
属性 | 説明 | データ型 | 必須 | 既定値 |
---|---|---|---|---|
ContentType | コンテンツのタイプ。 | 1 ~ 127 文字の長さの 2 つのコンポーネントを含む値を含む省略可能な文字列。スラッシュ (/ ) で区切られます。 RFC 4288 の名前付け要件に従います。 |
いいえ | |
uap4:ShellNewFileName | ユーザーがシェル新規コマンドを開始した場所にコピーされるパッケージのファイル。 | 1 ~ 256 文字の長さの値を持つ省略可能な文字列。この文字列< には、、、: > 、" 、| 、? または * を含めることはできません。 |
いいえ | |
uap4:ShellNewDisplayName | ユーザーが Windows エクスプローラーの [新規] サブメニューをポイントしたときに表示されるファイルの種類の表示名。 | 長さが 1 ~ 256 文字の値を持つ文字列。 この文字列はローカライズ可能です。 | いいえ |
子要素
なし。
親要素
親要素 | 説明 |
---|---|
uap:SupportedFileTypes (型: CT_FTASupportedFileTypes) | アプリに関連付けられているファイルの種類を定義します。 パッケージごとに一意であり、大文字と小文字が区別されます。 |
関連要素
次の要素の名前はこれと同じですが、コンテンツまたは属性が異なります:
必要条件
Item | 値 |
---|---|
Namespace | http://schemas.microsoft.com/appx/manifest/uap/windows10 |
Minimum OS Version | Windows 10 バージョン 1511 (ビルド 10586) |