MobileBroadbandModem.DeviceServices Proprietà

Definizione

Ottiene un elenco dei servizi di dispositivo disponibili per il modem a banda larga mobile.

public:
 property IVectorView<MobileBroadbandDeviceServiceInformation ^> ^ DeviceServices { IVectorView<MobileBroadbandDeviceServiceInformation ^> ^ get(); };
IVectorView<MobileBroadbandDeviceServiceInformation> DeviceServices();
public IReadOnlyList<MobileBroadbandDeviceServiceInformation> DeviceServices { get; }
var iVectorView = mobileBroadbandModem.deviceServices;
Public ReadOnly Property DeviceServices As IReadOnlyList(Of MobileBroadbandDeviceServiceInformation)

Valore della proprietà

Elenco dei servizi di dispositivo disponibili per il modem a banda larga mobile.

Requisiti Windows

Funzionalità dell'app
cellularDeviceControl cellularDeviceIdentity

Si applica a

Vedi anche