次の方法で共有


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

適用対象

こちらもご覧ください