Freigeben über


MobileBroadbandCellsInfo.NeighboringCellsTdscdma Eigenschaft

Definition

Ruft ein schreibgeschütztes Array benachbarter MobileBroadbandCellTdscdma ab, das alle TDSCMA-Anbieter enthält.

Hinweis

Diese Funktionalität ist nur für Apps von Mobilfunkanbietern und UWP-Apps verfügbar, die privilegierten Zugriff von Mobilfunknetzbetreibern erhalten.

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:
 property IVectorView<MobileBroadbandCellTdscdma ^> ^ NeighboringCellsTdscdma { IVectorView<MobileBroadbandCellTdscdma ^> ^ get(); };
IVectorView<MobileBroadbandCellTdscdma> NeighboringCellsTdscdma();
public IReadOnlyList<MobileBroadbandCellTdscdma> NeighboringCellsTdscdma { get; }
var iVectorView = mobileBroadbandCellsInfo.neighboringCellsTdscdma;
Public ReadOnly Property NeighboringCellsTdscdma As IReadOnlyList(Of MobileBroadbandCellTdscdma)

Eigenschaftswert

Ein schreibgeschütztes Array benachbarter MobileBroadbandCellTdscdma , das alle TDSCMA-Anbieter enthält.

Windows-Anforderungen

App-Funktionen
cellularDeviceControl cellularDeviceIdentity

Hinweise

Falls nicht verfügbar oder unbekannt, ist die Größe des Arrays 0.

Gilt für: