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>
属性と要素
属性
なし。
子要素
なし。
親要素
親要素 | 説明 |
---|---|
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>
必要条件
Item | 値 |
---|---|
名前空間 | http://schemas.microsoft.com/appx/manifest/uap/windows10 |
Minimum OS Version | Windows 10 バージョン 1511 (ビルド 10586) |