uap5:MediaSource

公開するメディア ソースとアプリ サービスを指定します。

要素の階層

<パッケージ>

    <アプリケーション>

         <Application>

              <拡張機能>

                   <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>

キー

? 省略可能 (0 または 1)

Attrbutes と要素

属性

属性 説明 データ型 必須 既定値
DisplayName メディア ソースの表示名。 1 ~ 256 文字の長さの値を持つ省略可能な文字列。 この文字列はローカライズ可能です。 いいえ
説明 メディア ソースの簡単な説明。 1 ~ 2048 文字の長さの値を持つ省略可能な文字列。 いいえ
AppServiceName メディア ソースによって公開されるアプリ サービスの名前。 メディア ソースにはアプリ サービスが必要であることに注意してください。 英数字、ピリオド (最初の文字を除く)、ダッシュのみで構成される長さが 2 ~ 39 文字の文字列。 Yes

子要素

子要素 説明
SupportedFileTypes メディア ソースでサポートされているファイルの種類が含まれます。
SupportedContentTypes メディア ソースでサポートされているメディア/コンテンツ タイプが含まれます。

親要素

親要素 説明
uap5:Extension アプリの拡張ポイントを宣言します。

必要条件

Item
Namespace http://schemas.microsoft.com/appx/manifest/uap/windows10/5
Minimum OS Version Windows 10 バージョン 1709 (ビルド 16299)