Compartir a través de


MobileBroadbandCellsInfo.ServingCellsLte Propiedad

Definición

Obtiene una matriz de solo lectura de mobileBroadbandCellLte vecino que contiene todos los proveedores LTE.

Nota

Esta funcionalidad solo está disponible para las aplicaciones de operador de telefonía móvil y las aplicaciones para UWP con acceso con privilegios por parte de los operadores de red móvil.

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

Valor de propiedad

Matriz de solo lectura de mobileBroadbandCellLte vecina que contiene todos los proveedores LTE.

Requisitos de Windows

Características de aplicaciones
cellularDeviceControl cellularDeviceIdentity

Comentarios

Si no está disponible o desconocido, el tamaño de la matriz es 0.

Se aplica a