MobileBroadbandNetwork.GetCellsInfoAsync Méthode

Définition

Récupère un objet **MobileBroadbandCellsInfo** qui contient toutes les informations de cellule de service et de voisinage lorsque l’appareil est inscrit sur un réseau.

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:
 virtual IAsyncOperation<MobileBroadbandCellsInfo ^> ^ GetCellsInfoAsync() = GetCellsInfoAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<MobileBroadbandCellsInfo> GetCellsInfoAsync();
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<MobileBroadbandCellsInfo> GetCellsInfoAsync();
function getCellsInfoAsync()
Public Function GetCellsInfoAsync () As IAsyncOperation(Of MobileBroadbandCellsInfo)

Retours

Opération asynchrone qui retourne un objet **MobileBroadbandCellsInfo** à l’achèvement.

Attributs

Configuration requise pour Windows

Famille d’appareils
Windows 10 Fall Creators Update (introduit dans 10.0.16299.0)
API contract
Windows.Foundation.UniversalApiContract (introduit dans v5.0)
Fonctionnalités de l’application
cellularDeviceControl cellularDeviceIdentity

S’applique à