다음을 통해 공유


ServiceName

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

ServiceInfo

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 요소는 현재 사용되지 않습니다.