共用方式為


MobileBroadbandSlotManager.SetCurrentSlotAsync(Int32) 方法

定義

以非同步方式切換至以 0 為基礎的位置索引所指定的位置。

注意

這項功能僅適用于行動電信業者提供特殊許可權存取權的電信業者應用程式和 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

適用於