MobileBroadbandDeviceService.SupportedCommands 属性

定义

获取移动宽带设备服务支持的设备服务命令的列表。

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)

属性值

IVectorView<UInt32>

IReadOnlyList<UInt32>

Windows.Foundation.Collections.IVectorView<unsigned int>

IVectorView<uint32_t>

移动宽带设备服务支持的设备服务命令列表。

Windows 要求

应用功能
cellularDeviceControl cellularDeviceIdentity

适用于

另请参阅