次の方法で共有


SoftwareInfo

MBAE の非推奨に関する警告

Important

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

SoftwareInfo 要素は、 SoftwareInfo XML スキーマの親要素です。

Usage

<SoftwareInfo>
  child elements
</SoftwareInfo>

Attributes

属性はありません。

Child elements

Element Description

DeviceCompanionApplications

オペレーターのモバイル ブロードバンド ハードウェアが PC で検出されたときにダウンロードされるアプリを指定します。

PrivilegedApplications

特権モバイル ブロードバンド インターフェイスへのアクセスを許可するアプリを指定します。

Parent elements

親要素はありません。

XSD

<xs:element name="SoftwareInfo" type="tns:SoftwareInfoType" />

<xs:complexType name="SoftwareInfoType">
  <xs:choice>
    <xs:sequence>
      <xs:element name="DeviceCompanionApplications" type="tns:DeviceCompanionApplicationsType" />
      <xs:element name="PrivilegedApplications" type="tns:PrivilegedApplicationsType" minOccurs="0" />
      <xs:any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded" />
    </xs:sequence>
    <xs:element name="PrivilegedApplications" type="tns:PrivilegedApplicationsType" />
  </xs:choice>
</xs:complexType>

Remarks

SoftwareInfo 要素が必要です。