MobileBroadbandCellsInfo.NeighboringCellsCdma Property

Definition

Gets a read-only array of neighboring [MobileBroadbandCellCdma](mobilebroadbandcellcdma.md containing all CDMA providers.

Note

This functionality is available only to mobile operator apps and UWP apps given privileged access by mobile network operators.

If you want to use this API and publish your app to the Microsoft Store, then you'll need special approval. For more information, see the Restricted capabilities section in the App capability declarations topic.

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

Property Value

A read-only array of neighboring [MobileBroadbandCellCdma](mobilebroadbandcellcdma.md containing all CDMA providers.

Windows requirements

App capabilities
cellularDeviceControl cellularDeviceIdentity

Remarks

If not available or unknown, the size of array is 0.

Applies to