MobileBroadbandSlotManager.SetCurrentSlotAsync(Int32) 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
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
|