Condividi tramite


MobileBroadbandDeviceService.SupportedCommands Proprietà

Definizione

Ottiene un elenco di comandi del servizio dispositivi supportati per il servizio dispositivi a banda larga mobile.

public:
 property IVectorView<unsigned int> ^ SupportedCommands { IVectorView<unsigned int> ^ get(); };
IVectorView<uint32_t> SupportedCommands();
public IReadOnlyList<uint> SupportedCommands { get; }
var iVectorView = mobileBroadbandDeviceService.supportedCommands;
Public ReadOnly Property SupportedCommands As IReadOnlyList(Of UInteger)

Valore della proprietà

IVectorView<UInt32>

IReadOnlyList<UInt32>

Windows.Foundation.Collections.IVectorView

IVectorView<uint32_t>

Elenco dei comandi del servizio dispositivi supportati per il servizio dispositivi a banda larga mobile.

Requisiti Windows

Funzionalità dell'app
cellularDeviceControl cellularDeviceIdentity

Si applica a

Vedi anche