次の方法で共有


DeviceCompanionApplications

MBAE 非推奨に関する警告

重要

Windows 10 バージョン 1803 以降では、MBAE アプリ エクスペリエンスは MO UWP アプリに置き換えられました。 MO UWP アプリの詳細については、「UWP モバイル ブロードバンド アプリ」を参照してください。

DeviceCompanionApplications 要素は、通信事業者のモバイル ブロードバンド ハードウェアが PC で検出されるとダウンロードされるアプリを指定します。

使用法

<DeviceCompanionApplications>
  child elements
</DeviceCompanionApplications>

属性

属性はありません。

子要素

要素 説明

パッケージ

Microsoft Store デバイス アプリに使用するパッケージを指定します。

親要素

要素 説明

SoftwareInfo

SoftwareInfo XML スキーマの親要素。

XSD

<xs:element name="DeviceCompanionApplications" type="tns:DeviceCompanionApplicationsType" />

<xs:complexType name="DeviceCompanionApplicationsType">
  <xs:sequence>
    <xs:element name="Package" type="tns:PackageType" maxOccurs="unbounded" />
    <xs:any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded" />
  </xs:sequence>
</xs:complexType>

備考

  • DeviceCompanionApplications 要素を指定する場合、Windows が通信事業者のモバイル ブロードバンド ハードウェアを検出すると、指定したアプリがダウンロードされます。

  • パッケージ Identity 要素と Application 要素の構造は、アプリケーション マニフェスト構造と同じです。

  • Windows 8、Windows 8.1、および Windows 10 では、1 つのパッケージと 1 つのアプリケーション ID のみを指定できます。 2 番目のパッケージまたはアプリケーション ID は、指定した場合は無視されます。

DeviceCompanionApplications 要素は省略可能です。