次の方法で共有


MobileBroadbandSlotManager.SetCurrentSlot(Int32) メソッド

定義

0 ベースのスロット インデックスで指定されたスロットに切り替えます。

Note

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

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

public:
 virtual MobileBroadbandModemStatus SetCurrentSlot(int slotIndex) = SetCurrentSlot;
MobileBroadbandModemStatus SetCurrentSlot(int const& slotIndex);
public MobileBroadbandModemStatus SetCurrentSlot(int slotIndex);
function setCurrentSlot(slotIndex)
Public Function SetCurrentSlot (slotIndex As Integer) As MobileBroadbandModemStatus

パラメーター

slotIndex
Int32

int

切り替える 0 から始まるスロット インデックス。

戻り値

MobileBroadbandModemStatus

Windows の要件

アプリの機能
cellularDeviceControl cellularDeviceIdentity

適用対象