MobileBroadbandCellsInfo.ServingCellsCdma Property
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a read-only array of serving MobileBroadbandCellCdma 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 ^> ^ ServingCellsCdma { IVectorView<MobileBroadbandCellCdma ^> ^ get(); };
IVectorView<MobileBroadbandCellCdma> ServingCellsCdma();
public IReadOnlyList<MobileBroadbandCellCdma> ServingCellsCdma { get; }
var iVectorView = mobileBroadbandCellsInfo.servingCellsCdma;
Public ReadOnly Property ServingCellsCdma As IReadOnlyList(Of MobileBroadbandCellCdma)
A read-only array of serving MobileBroadbandCellCdma containing all CDMA providers.
App capabilities |
cellularDeviceControl
cellularDeviceIdentity
|
If not available or unknown, the size of array is 0.
Product | Versions |
---|---|
WinRT | Build 16299, Build 17134, Build 17763, Build 18362, Build 19041, Build 20348, Build 22000, Build 22621, Build 26100 |