MobileBroadbandCellsInfo.NeighboringCellsLte Property

Definition

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

Property Value

A read-only array of neighboring MobileBroadbandCellLte containing all LTE providers.

Windows requirements

App capabilities
cellularDeviceControl cellularDeviceIdentity

Remarks

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

Applies to