MobileBroadbandSlotManager.SetCurrentSlotAsync(Int32) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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
|