다음을 통해 공유


MobileBroadbandDeviceInformation.TelephoneNumbers 속성

정의

모바일 광대역 디바이스의 전화 번호를 가져옵니다.

public:
 property IVectorView<Platform::String ^> ^ TelephoneNumbers { IVectorView<Platform::String ^> ^ get(); };
IVectorView<winrt::hstring> TelephoneNumbers();
public IReadOnlyList<string> TelephoneNumbers { get; }
var iVectorView = mobileBroadbandDeviceInformation.telephoneNumbers;
Public ReadOnly Property TelephoneNumbers As IReadOnlyList(Of String)

속성 값

IVectorView<String>

IReadOnlyList<String>

IVectorView<Platform::String>

IVectorView<winrt::hstring>

모바일 광대역 장치의 전화 번호입니다.

Windows 요구 사항

앱 기능
cellularDeviceControl cellularDeviceIdentity

설명

디바이스가 GSM 셀룰러 클래스를 지원하는 경우 전화 번호는 모바일 구독자 ISDN 번호(MSISDN)입니다. 디바이스가 CDMA 셀룰러 클래스를 지원하는 경우 전화 번호는 MDN(모바일 디렉터리 번호)입니다.

적용 대상