MobileBroadbandModem.GetIsPassthroughEnabledAsync 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
GetIsPassthroughEnabledAsync(Int32) |
以非同步方式擷取值,指出雙 Sim 單一作用中裝置) 是否啟用傳遞模式 (。 注意 這項功能僅適用于行動電信業者應用程式,以及行動網路操作員提供特殊許可權存取的 UWP 應用程式。 如果您想要使用此 API 並將您的應用程式發佈至 Microsoft Store,則必須要求特殊核准,才能使用自訂功能 Microsoft.eSIMManagement_8wekyb3d8bbwe。 如需詳細資訊,請參閱 自訂功能。 |
GetIsPassthroughEnabledAsync() |
取得值,指出是否啟用傳遞模式。 |
GetIsPassthroughEnabledAsync(Int32)
public:
virtual IAsyncOperation<bool> ^ GetIsPassthroughEnabledAsync(int slotindex) = GetIsPassthroughEnabledAsync;
/// [Windows.Foundation.Metadata.Overload("GetIsPassthroughEnabledWithSlotIndexAsync")]
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<bool> GetIsPassthroughEnabledAsync(int const& slotindex);
[Windows.Foundation.Metadata.Overload("GetIsPassthroughEnabledWithSlotIndexAsync")]
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<bool> GetIsPassthroughEnabledAsync(int slotindex);
function getIsPassthroughEnabledAsync(slotindex)
Public Function GetIsPassthroughEnabledAsync (slotindex As Integer) As IAsyncOperation(Of Boolean)
參數
- slotindex
-
Int32
int
要查詢的 0 位置索引 (位置編號) 。
傳回
非同步物件,當完成時,如果已啟用傳遞模式,則包含 的值 true
, false
否則為 。
- 屬性
Windows 需求
裝置系列 |
Windows 11 Insider Preview (已於 10.0.23504.0 引進)
|
API contract |
Windows.Foundation.UniversalApiContract (已於 v15.0 引進)
|
應用程式功能 |
Microsoft.eSIMManagement_8wekyb3d8bbwe
|
適用於
GetIsPassthroughEnabledAsync()
取得值,指出是否啟用傳遞模式。
public:
virtual IAsyncOperation<bool> ^ GetIsPassthroughEnabledAsync() = GetIsPassthroughEnabledAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<bool> GetIsPassthroughEnabledAsync();
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<bool> GetIsPassthroughEnabledAsync();
function getIsPassthroughEnabledAsync()
Public Function GetIsPassthroughEnabledAsync () As IAsyncOperation(Of Boolean)
傳回
非同步作業,會在完成時傳回布林值。 如果已啟用傳遞,此值為 true;否則為 false。
- 屬性
Windows 需求
裝置系列 |
Windows 10 Fall Creators Update (已於 10.0.16299.0 引進)
|
API contract |
Windows.Foundation.UniversalApiContract (已於 v5.0 引進)
|
應用程式功能 |
cellularDeviceControl
cellularDeviceIdentity
|