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) 。

適用於