次の方法で共有


MobileBroadbandSlotManager.SetCurrentSlotAsync(Int32) メソッド

定義

0 から始まるスロット インデックスで指定されたスロットに非同期的に切り替えます。

Note

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

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

public:
 virtual IAsyncOperation<MobileBroadbandModemStatus> ^ SetCurrentSlotAsync(int slotIndex) = SetCurrentSlotAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<MobileBroadbandModemStatus> SetCurrentSlotAsync(int const& slotIndex);
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<MobileBroadbandModemStatus> SetCurrentSlotAsync(int slotIndex);
function setCurrentSlotAsync(slotIndex)
Public Function SetCurrentSlotAsync (slotIndex As Integer) As IAsyncOperation(Of MobileBroadbandModemStatus)

パラメーター

slotIndex
Int32

int

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

戻り値

非同期操作。 正常に完了すると、指定したスロットが に切り替わりました。

属性

Windows の要件

アプリの機能
cellularDeviceControl cellularDeviceIdentity

適用対象