인터넷
MBAE 사용 중단 경고
중요
Windows 10 버전 1803부터 MBAE 앱 환경은 MO UWP 앱으로 대체됩니다. MO UWP 앱에 대한 자세한 내용은 UWP 모바일 광대역 앱을 참조하세요.
Internet 요소는 사용할 모바일 광대역 프로필 구매 파일을 지정합니다.
사용
<Internet>
child element
</Internet>
Attributes
특성이 없습니다.
텍스트 값
ServiceInformation 디렉터리에 있는 파일의 이름입니다.
자식 요소
자식 요소가 없습니다.
부모 요소
요소 | Description |
---|---|
사용할 구매 및 인터넷 모바일 광대역 프로필 파일을 지정합니다. |
Xsd
<xs:element name="Internet" type="tns:FileType" minOccurs="0"/>
<xs:simpleType name="FileType">
<xs:restriction base="xs:string">
<xs:whiteSpace value="preserve"/>
<xs:pattern value="[\p{L}\p{N}\.\-_ ]+"/>
<xs:minLength value="1"/>
<xs:maxLength value="260"/>
</xs:restriction>
</xs:simpleType>
설명
인터넷 요소는 선택 사항입니다.