Freigeben über


MobileBroadbandNetwork.GetCellsInfoAsync Methode

Definition

Ruft ein **MobileBroadbandCellsInfo** -Objekt ab, das alle bereitgestellten und benachbarten Zelleninformationen enthält, wenn das Gerät in einem Netzwerk registriert ist.

Hinweis

Diese Funktionalität steht nur für Mobilfunkanbieter-Apps und UWP-Apps mit privilegiertem Zugriff durch Mobilfunknetzbetreiber zur Verfügung.

Wenn Sie diese API verwenden und Ihre App im Microsoft Store veröffentlichen möchten, benötigen Sie eine spezielle Genehmigung. Weitere Informationen finden Sie im Abschnitt Eingeschränkte Funktionen im Thema App-Funktionsdeklarationen .

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)

Gibt zurück

Ein asynchroner Vorgang, der nach Abschluss ein **MobileBroadbandCellsInfo**- Objekt zurückgibt.

Attribute

Windows-Anforderungen

Gerätefamilie
Windows 10 Fall Creators Update (eingeführt in 10.0.16299.0)
API contract
Windows.Foundation.UniversalApiContract (eingeführt in v5.0)
App-Funktionen
cellularDeviceControl cellularDeviceIdentity

Gilt für: