次の方法で共有


MobileBroadbandDeviceInformation.SlotManager プロパティ

定義

モバイル ブロードバンド デバイスの MobileBroadbandSlotManager オブジェクトを取得します。

注意

この機能は、モバイル ネットワーク オペレーターによる特権アクセス権を持つモバイル オペレーター アプリと UWP アプリでのみ使用できます。

この API を使用してアプリを Microsoft Store に発行する場合は、特別な承認が必要です。 詳細については、「アプリ機能宣言」トピックの 「制限付き 機能」セクション 参照してください。

public:
 property MobileBroadbandSlotManager ^ SlotManager { MobileBroadbandSlotManager ^ get(); };
MobileBroadbandSlotManager SlotManager();
public MobileBroadbandSlotManager SlotManager { get; }
var mobileBroadbandSlotManager = mobileBroadbandDeviceInformation.slotManager;
Public ReadOnly Property SlotManager As MobileBroadbandSlotManager

プロパティ値

モバイル ブロードバンド デバイスの MobileBroadbandSlotManager オブジェクト。

Windows の要件

デバイス ファミリ
Windows 10, version 2104 (10.0.20348.0 で導入)
API contract
Windows.Foundation.UniversalApiContract (v12.0 で導入)
アプリの機能
cellularDeviceControl cellularDeviceIdentity

適用対象