次の方法で共有


Application (SoftwareInfo)

MBAE の非推奨に関する警告

Important

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

Application 要素は、関連付けられているデバイス通知ハンドラーを指定します。

Usage

<Application Id=”tns:ApplicationIdType”>
  Child element
</Application>

Attributes

Attribute タイプ Required Description

Id

tns:ApplicationIdType

Yes

アプリケーションの ID。

Child elements

Element Description

DeviceNotificationHandlers

デバイス通知ハンドラーの一覧を指定します。

Parent elements

Element Description

Applications

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

XSD

<xs:element name="Application" type="tns:ApplicationType"/>

<xs:complexType name="ApplicationType">
  <xs:sequence>
    <xs:element name="DeviceNotificationHandlers" type="tns:DeviceNotificationHandlersType" minOccurs="0" />
    <xs:any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded" />
  </xs:sequence>
  <xs:attribute name="Id" type="tns:ApplicationIdType" use="required"/>
</xs:complexType>

Remarks

Application 要素は省略可能です。