Share via


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。

适用于