MobileBroadbandCellNR.CellId 属性

定义

获取单元格标识。

注意

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

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

public:
 property IReference<long long> ^ CellId { IReference<long long> ^ get(); };
IReference<long> CellId();
public System.Nullable<long> CellId { get; }
var iReference = mobileBroadbandCellNR.cellId;
Public ReadOnly Property CellId As Nullable(Of Long)

属性值

IReference<Int64>

Nullable<Int64>

Windows.Foundation.IReference<long long>

IReference<long>

单元格标识,范围 (0-68719476736) 。

Windows 要求

应用功能
cellularDeviceControl cellularDeviceIdentity

适用于