MobileBroadbandCellsInfo.ServingCellsLte 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
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。