MobileBroadbandCellsInfo.ServingCellsCdma Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient un tableau en lecture seule de service MobileBroadbandCellCdma contenant tous les fournisseurs CDMA.
Notes
Cette fonctionnalité n’est disponible que pour les applications d’opérateur mobile et les applications UWP disposant d’un accès privilégié par les opérateurs de réseau mobile.
Si vous souhaitez utiliser cette API et publier votre application dans le Microsoft Store, vous aurez besoin d’une approbation spéciale. Pour plus d’informations, consultez la section Fonctionnalités restreintes dans la rubrique Déclarations de fonctionnalités d’application .
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)
Valeur de propriété
Tableau en lecture seule de service MobileBroadbandCellCdma contenant tous les fournisseurs CDMA.
Configuration requise pour Windows
Fonctionnalités de l’application |
cellularDeviceControl
cellularDeviceIdentity
|
Remarques
S’il n’est pas disponible ou inconnu, la taille du tableau est 0.