uap5:MediaSource

指定媒体源及其公开的应用服务。

元素层次结构

<包>

    <应用程序>

         <应用程序>

              <扩展>

                   <uap5:Extension>

                        <uap5:MediaSource>

语法

<uap5:MediaSource
  DisplayName = 'An optional string with a value between 1 and 256 characters in length. This string is localizable.'
  Description = 'An optional string with a value between 1 and 2048 characters in length.'
  AppServiceName  = 'A string with a value between 2 and 39 characters in length that consists of alphanumeric characters, periods (except for the first character), and dashes only.' >

  <!-- Child elements -->
  uap5:SupportedFileTypes
  uap5:SupportedContentTypes

</uap5:MediaSource>

密钥

? 可选 (零个或一个)

Attrbutes 和元素

属性

属性 说明 数据类型 必须 默认值
DisplayName 媒体源显示名称。 值长度介于 1 到 256 个字符之间的可选字符串。 此字符串可本地化。
说明 媒体源的简要说明。 值长度介于 1 到 2048 个字符之间的可选字符串。
AppServiceName 媒体源公开的应用服务的名称。 请注意,媒体源需要应用服务。 值长度介于 2 到 39 个字符之间的字符串,由字母数字字符、句点 ((第一个字符) 除外)和仅短划线组成。

子元素

子元素 描述
SupportedFileTypes 包含媒体源支持的文件类型。
SupportedContentTypes 包含媒体源支持的媒体/内容类型。

父元素

父元素 描述
uap5:Extension 声明应用的扩展点。

要求

Namespace http://schemas.microsoft.com/appx/manifest/uap/windows10/5
Minimum OS Version Windows 10版本 1709 (内部版本 16299)