共用方式為


ServiceDescription2

MBAE 棄用通知

Important

從 Windows 10 版本 1803 開始,MBAE 應用程式體驗會由MO UWP 應用程式取代。 如需MO UWP 應用程式的詳細資訊,請參閱 UWP行動寬頻應用程式

目前未使用 ServiceDescription2 元素。

Usage

<ServiceDescription2>
  text
</ServiceDescription2>

Attributes

沒有屬性。

Text value

長度小於 1024 個字元的字串。

Child elements

沒有子專案。

Parent elements

Element Description

ServiceInfo

The ServiceInfo element is the parent element of the ServiceInfo XML schema.

XSD

<xs:element name="ServiceDescription2" type="tns:ServiceDescriptionType" minOccurs="0"/>

<xs:simpleType name="ServiceDescriptionType">
  <xs:restriction base="xs:string">
    <xs:minLength value="1"/>
    <xs:maxLength value="1024"/>
  </xs:restriction>
</xs:simpleType>

Remarks

目前未使用 ServiceDescription2。