MobileBroadbandCellsInfo.NeighboringCellsGsm 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得包含所有 GSM 提供者之鄰近 MobileBroadbandCellGsm 的唯讀陣列。
注意
這項功能僅適用于行動電信業者提供特殊許可權存取權的電信業者應用程式和 UWP 應用程式。
如果您想要使用此 API 並將您的應用程式發佈至 Microsoft Store,則需要特殊核准。 如需詳細資訊,請參閱應用程式功能宣告主題中的受限制功能一節。
public:
property IVectorView<MobileBroadbandCellGsm ^> ^ NeighboringCellsGsm { IVectorView<MobileBroadbandCellGsm ^> ^ get(); };
IVectorView<MobileBroadbandCellGsm> NeighboringCellsGsm();
public IReadOnlyList<MobileBroadbandCellGsm> NeighboringCellsGsm { get; }
var iVectorView = mobileBroadbandCellsInfo.neighboringCellsGsm;
Public ReadOnly Property NeighboringCellsGsm As IReadOnlyList(Of MobileBroadbandCellGsm)
屬性值
包含所有 GSM 提供者之鄰近 MobileBroadbandCellGsm 的唯讀陣列。
Windows 需求
應用程式功能 |
cellularDeviceControl
cellularDeviceIdentity
|
備註
如果無法使用或未知,陣列的大小為 0。