MobileBroadbandCellsInfo.ServingCellsGsm Proprietà

Definizione

Ottiene una matrice di sola lettura di MobileBroadbandCellGsm che contiene tutti i provider GSM.

Nota

Questa funzionalità è disponibile solo per le app degli operatori mobili e le app UWP date l'accesso con privilegi dagli operatori di rete mobile.

Se si vuole usare questa API e pubblicare l'app in Microsoft Store, sarà necessaria un'approvazione speciale. Per altre informazioni, vedere la sezione Funzionalità limitate nell'argomento Dichiarazioni di funzionalità app.

public:
 property IVectorView<MobileBroadbandCellGsm ^> ^ ServingCellsGsm { IVectorView<MobileBroadbandCellGsm ^> ^ get(); };
IVectorView<MobileBroadbandCellGsm> ServingCellsGsm();
public IReadOnlyList<MobileBroadbandCellGsm> ServingCellsGsm { get; }
var iVectorView = mobileBroadbandCellsInfo.servingCellsGsm;
Public ReadOnly Property ServingCellsGsm As IReadOnlyList(Of MobileBroadbandCellGsm)

Valore della proprietà

Matrice di sola lettura di MobileBroadbandCellGsm che contiene tutti i provider GSM.

Requisiti Windows

Funzionalità dell'app
cellularDeviceControl cellularDeviceIdentity

Commenti

Se non è disponibile o sconosciuto, la dimensione della matrice è 0.

Si applica a