共用方式為


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

IVectorView<uint32_t>

行動寬頻裝置服務支援的裝置服務命令清單。

Windows 需求

應用程式功能
cellularDeviceControl cellularDeviceIdentity

適用於

另請參閱