MobileBroadbandCellsInfo.ServingCellsTdscdma 属性

定义

获取服务 MobileBroadbandCellTdscdma 的只读数组,其中包含所有 TDSCMA 提供程序。

注意

此功能仅适用于由移动网络运营商授予特权访问权限的移动运营商应用和 UWP 应用。

如果要使用此 API 并将应用发布到 Microsoft Store,则需要获得特殊批准。 有关详细信息,请参阅应用功能声明主题中的受限功能部分。

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

属性值

服务 MobileBroadbandCellTdscdma 的只读数组,其中包含所有 TDSCMA 提供程序。

Windows 要求

应用功能
cellularDeviceControl cellularDeviceIdentity

注解

如果不可用或未知,则数组的大小为 0。

适用于