Compartilhar via


MobileBroadbandDeviceService.SupportedCommands Propriedade

Definição

Obtém uma lista de comandos de serviço de dispositivo com suporte para o serviço de dispositivo de banda larga móvel.

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)

Valor da propriedade

IVectorView<UInt32>

IReadOnlyList<UInt32>

Windows.Foundation.Collections.IVectorView<unsigned int>

IVectorView<uint32_t>

Uma lista de comandos de serviço de dispositivo com suporte para o serviço de dispositivo de banda larga móvel.

Requisitos do Windows

Funcionalidades do aplicativo
cellularDeviceControl cellularDeviceIdentity

Aplica-se a

Confira também