MobileBroadbandCellsInfo.NeighboringCellsGsm Propriété

Définition

Obtient un tableau en lecture seule de MobileBroadbandCellGsm voisin contenant tous les fournisseurs GSM.

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<MobileBroadbandCellGsm ^> ^ NeighboringCellsGsm { IVectorView<MobileBroadbandCellGsm ^> ^ get(); };
IVectorView<MobileBroadbandCellGsm> NeighboringCellsGsm();
public IReadOnlyList<MobileBroadbandCellGsm> NeighboringCellsGsm { get; }
var iVectorView = mobileBroadbandCellsInfo.neighboringCellsGsm;
Public ReadOnly Property NeighboringCellsGsm As IReadOnlyList(Of MobileBroadbandCellGsm)

Valeur de propriété

Tableau en lecture seule de MobileBroadbandCellGsm voisin contenant tous les fournisseurs GSM.

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.

S’applique à