MBAE の非推奨に関する警告
Important
Windows 10 バージョン 1803 以降では、MBAE アプリ エクスペリエンスは MO UWP アプリに置き換えられました。 MO UWP アプリの詳細については、「UWP モバイル ブロードバンド アプリの」を参照してください。
ServiceName 要素は現在使用されていません。
Usage
<ServiceName>
text
</ServiceName>
Attributes
属性はありません。
Text value
長さが 200 文字未満の文字列。
Child elements
子要素はありません。
Parent elements
| Element | Description |
|---|---|
The ServiceInfo element is the parent element of the ServiceInfo XML schema. |
XSD
<xs:element name="ServiceName" type="tns:ServiceNameType" minOccurs="0" />
<xs:simpleType name="ServiceNameType">
<xs:restriction base="xs:string">
<xs:minLength value="0" />
<xs:maxLength value="200" />
</xs:restriction>
</xs:simpleType>
Remarks
ServiceName 要素は現在使用されていません。