共用方式為


MobileBroadbandCellsInfo.ServingCellsLte 屬性

定義

取得包含所有 LTE 提供者之鄰近 MobileBroadbandCellLte 的唯讀陣列。

注意

這項功能僅適用于行動電信業者應用程式,以及行動網路操作員提供特殊許可權存取的 UWP 應用程式。

public:
 property IVectorView<MobileBroadbandCellLte ^> ^ ServingCellsLte { IVectorView<MobileBroadbandCellLte ^> ^ get(); };
IVectorView<MobileBroadbandCellLte> ServingCellsLte();
public IReadOnlyList<MobileBroadbandCellLte> ServingCellsLte { get; }
var iVectorView = mobileBroadbandCellsInfo.servingCellsLte;
Public ReadOnly Property ServingCellsLte As IReadOnlyList(Of MobileBroadbandCellLte)

屬性值

包含所有 LTE 提供者之鄰近 MobileBroadbandCellLte 的唯讀陣列。

Windows 需求

應用程式功能
cellularDeviceControl cellularDeviceIdentity

備註

如果無法使用或未知,則陣列的大小為 0。

適用於