uap:DataFormat (Windows 10)
指定应用可以共享的数据包格式,例如文本或 HTML 格式。 它在包中对每个应用程序是唯一的,并且区分大小写。
元素层次结构
<uap:DataFormat>
语法
<uap:DataFormat>
A string with a value between 1 and 255 characters in length. DataFormat values specified by the user must be unique within the app.
</uap:DataFormat>
特性和元素
特性
无。
子元素
无。
父元素
父元素 | 描述 |
---|---|
uap:ShareTarget | 声明 类型为 windows.shareTarget 的应用扩展点。 应用可以共享指定类型的文件。 |
示例
<uap:ShareTarget>
<uap:SupportedFileTypes>
<uap:FileType>.txt</uap:FileType>
<uap:FileType>.docx</uap:FileType>
</uap:SupportedFileTypes>
<uap:DataFormat>Text</uap:DataFormat>
<uap:DataFormat>Uri</uap:DataFormat>
<uap:DataFormat>Bitmap</uap:DataFormat>
<uap:DataFormat>Html</uap:DataFormat>
<uap:DataFormat>http://schema.org/Book</uap:DataFormat>
</uap:ShareTarget>
要求
项 | 值 |
---|---|
Namespace | http://schemas.microsoft.com/appx/manifest/uap/windows10 |
Minimum OS Version | Windows 10版本 1511 (内部版本 10586) |