MobileBroadbandCellsInfo.NeighboringCellsTdscdma Property

Definition

Gets a read-only array of neighboring MobileBroadbandCellTdscdma containing all TDSCMA 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<MobileBroadbandCellTdscdma ^> ^ NeighboringCellsTdscdma { IVectorView<MobileBroadbandCellTdscdma ^> ^ get(); };
IVectorView<MobileBroadbandCellTdscdma> NeighboringCellsTdscdma();
public IReadOnlyList<MobileBroadbandCellTdscdma> NeighboringCellsTdscdma { get; }
var iVectorView = mobileBroadbandCellsInfo.neighboringCellsTdscdma;
Public ReadOnly Property NeighboringCellsTdscdma As IReadOnlyList(Of MobileBroadbandCellTdscdma)

Property Value

A read-only array of neighboring MobileBroadbandCellTdscdma containing all TDSCMA providers.

Windows requirements

App capabilities
cellularDeviceControl cellularDeviceIdentity

Remarks

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

Applies to